Removal of Underline in Links

message from ford007 on 23 Jul 2004
How do you remove the underline on links that are generated?, simple question no doubt which i do not know the answer to1 thankyou.
 
Matthias Chlechowitz replied to ford007 on 23 Jul 2004
hi ..

1) use a stylesheet:

a:link
{
font : x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#003399;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration:none; // <-- this is the important part ;)
}
2) define the style within the link-source:

<a href="bla.html" target="_blank" style="text-decoration:none";>link</a>

HTH

matthias

"ford007" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:cdqpci$ndt$1@forums.macromedia.com...
question no doubt which i do not know the answer to1 thankyou.
 
Murray *TMM* replied to ford007 on 23 Jul 2004
Here are some tutorials on how to use pseudo-classes (and remove underlines)

http://www.mako4css.com
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm
 

Archived message: Removal of Underline in Links (Macromedia Dreamweaver)