Okk ..now it did ...when i replaced
A:link{ }
with just A{}

thanks...

Li wrote:
hi, <html:link> is <a></a>
so in your css, you can still use
a {
text-decorartion:none
}

and in your jsp, just use <html:link> which will use the css style defined
for "a".


On 8/18/06, Kavita Mehta <[EMAIL PROTECTED]> wrote:

Hi,
I want to remove the underline from the hyperlink which i am creating
using <html:link>
in case of <a href .. > CSS style of A:link {text-decoration: none} can
be used .
but i am not able to find the same for <html:link>
please help.

Thanks ,
Kavita

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to