J
James
I need to include a Hyperlink (text) but i do not want it underline, is it
possible?
Thanks,
Jaime
possible?
Thanks,
Jaime
Murray said:Yes.
<a href="foo.html" style="text-decoration:none">Link</a>
Murray said:As for removing underlines, I do this frequently in menus. See the menu on
my site, for example -
http://www.great-web-sights.com
As for clicking the underline button - well, shut my mouf! Ain't that a
curiosity?
I have this code on my page -
<a href="http://www.domain.com">www.domain.com</a>
I click in it (and note that the underline icon is ALREADY depressed), and
click the underline icon and I get this -
<a href="http://www.domain.com"><span style="text-decoration:
none">www.domain.com</span></a>
which would indeed remove that underline.
This seems unusual to have such duality on a single common user widget!