Forums
This topic is locked
Hyperlink without underline
Replies
Replied 30 Jan 2004 12:30:00
30 Jan 2004 12:30:00 John Woolley replied:
Easiest way is to use css and assign a style to the link. (unless you want all the links of the page to loose the underline).
Using Dreamweaver create a new style sheet. If you want all the links on the page to remove the underline then
1. Selector type should be set to TAG - and you should select a (the tag for linking)
2. In the type screen where is say Decoration - click NONE - this will remove the underline
*Note - it's best to have someway of differentiating LINKS on your website, otherwise it makes navigation difficult, try using a darker or lighter colour of font - or maybe leaving the hover tag with an underline.
Don't forget all the link tags
a
a:visited
a:hover
a:active
You can set all these in CSS -- I'd strongly suggest reading a tutorial on CSS or buying a book.
It's a life saver..
"We all make mistakes"....
said the Dalek getting off the dustbin...
Using Dreamweaver create a new style sheet. If you want all the links on the page to remove the underline then
1. Selector type should be set to TAG - and you should select a (the tag for linking)
2. In the type screen where is say Decoration - click NONE - this will remove the underline
*Note - it's best to have someway of differentiating LINKS on your website, otherwise it makes navigation difficult, try using a darker or lighter colour of font - or maybe leaving the hover tag with an underline.
Don't forget all the link tags
a
a:visited
a:hover
a:active
You can set all these in CSS -- I'd strongly suggest reading a tutorial on CSS or buying a book.
It's a life saver..
"We all make mistakes"....
said the Dalek getting off the dustbin...