A little help with links.

liunx

Guest
I was curious abiut something. Some people have their browser set to underline liks. Is there an HTML code to set a link so it cant be underlined? Or at least something close to that?<!--content--><a href=http://www.htmlforums.com/archive/index.php/"blah.htm" style="text-decoration: none;">blah</a><!--content-->thx<!--content-->Originally posted by Fennec Warrior <br />
I was curious abiut something. Some people have their browser set to underline liks. Is there an HTML code to set a link so it cant be underlined? Or at least something close to that? <br />
You can use the "text-decoration:none;" that entimp suggested. In addition to the underline, there are also overline, line-through, and blink. (Blink is not supported by most user agents and should only be used if one has a death wish.) You can read more about text-decoration in the W3C CSS-2 Recommendation (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/text.html#q3">http://www.w3.org/TR/REC-CSS2/text.html#q3</a><!-- m -->).<!--content-->
 
Back
Top