Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP PLEASE Text Links without the underline

Status
Not open for further replies.

rastadonna

Technical User
Jun 23, 2000
3
US
I am using Dreamweaver and I am trying create a text link without the underline. <br><br>Please help me
 
You have to use this tag<br>&lt;style type=&quot;text/css&quot;&gt;<br>A:link&nbsp;&nbsp;{text-decoration:&nbsp;&nbsp;none;&nbsp;&nbsp;}<br>V:link&nbsp;&nbsp;{text-decoration:&nbsp;&nbsp;none;&nbsp;&nbsp;}<br>&lt;/style&gt;
 
Me again-- you need to make sure you leave spaces<br>I forgot to point this out<br>&lt;style type=&quot;text/css&quot;&gt;<br>A:link&nbsp;&nbsp;{&nbsp;&nbsp;text-decoration:&nbsp;&nbsp;none;&nbsp;&nbsp;}<br>V:link&nbsp;&nbsp;{&nbsp;&nbsp;text-decoration:&nbsp;&nbsp;none;&nbsp;&nbsp;}<br>&lt;/style&gt;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top