View Single Post
Old 04-10-2007, 11:21 AM   #4 (permalink)
chicgeek
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,004
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
For an entire page? I suggest using CSS.

In your HTML page between <head> and </head> insert the following:
Code:
<style type="text/css"> body a:link, body a:active, body a:visited { color: maroon; text-decoration: none; } body a:hover { color: red; text-decoration: underline; } </style>
The above has maroon-coloured links. When you hover the links they will be underlined and turn red. Change the colours and underlines as you need.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline   Reply With Quote