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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with changing a link style

Status
Not open for further replies.

bhilbrands

Technical User
Mar 21, 2001
3
US
My question is in dreamweaver when you make a piece of text a link by default it will underline the text how do I get it so it wont do that?
 
If possible I would like to change the defauls entireily in dreamweaver but either works. I did try css styles but I am having problems with it.
 
Try dropping the into the html just under the end of the header:
<style><!-- A:hover {color: #999900; text-decoration: none;} A {text-decoration: none} --></style>

Just change the color to your preference.

karen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top