LSEL Widgets
FREE TUTORIALS IN ALL I.T. SUBJECTS
HYPERLINKS: Removing underlining Dislike Underlined links? With cascading style sheets, designers can now use the {text-decoration: none} attribute and argue to globally shut off underlined links. In embedded and linked style sheet formats, the syntax would follow the A value: A {text-decoration: none}. For inline style, simply place the value within the link you wish to control: <a style="text-decoration: none" href="hyperlinks.htm">no link underlined!</a> and this is what you get: no link underlined! Back to FREE TUTORIALS MENU
HYPERLINKS: Removing underlining
Dislike Underlined links?
the syntax would follow the A value: A {text-decoration: none}.
<a style="text-decoration: none" href="hyperlinks.htm">no link underlined!</a> and this is what you get: no link underlined!
<a style="text-decoration: none" href="hyperlinks.htm">no link underlined!</a>
and this is what you get:
no link underlined!
Back to FREE TUTORIALS MENU