Hi Laurie,
A silly mistake at my end. Had included a TD in CSS wherein text-transform
was set to capitalise. And I didn't pay much attention to this particular
attribute assuming that nothing would be there.
Thanks for your help
On Tue, May 13, 2008 at 10:32 PM, Laurie Harper <[EMAIL PROTECTED]>
Himanshu Rathore wrote:
When using tag, the first character of error message is
automatically getting converted to upper case. I haven't set any
"text-transform" property in my CSS.
If I do "View Source", I see proper text but on JSP its behaving weirdly.
My CSS:
..errorMessage {
color: red;
f
When using tag, the first character of error message is
automatically getting converted to upper case. I haven't set any
"text-transform" property in my CSS.
If I do "View Source", I see proper text but on JSP its behaving weirdly.
My CSS:
.errorMessage {
color: red;
font: 10px verdana, arial, h
3 matches
Mail list logo