If you are using css you can add some design for your links such as:
a:link {color:#000000;text-decoration:none;font-weight:700;}
a:visited {color:#000000;text-decoration:none;font-weight:700;}
a:hover {color:#6699CC;text-decoration:none;font-weight:700;}
a:link {color:#000000;text-decoration:none;font-weight:700;}
Play with the colors and the attributes.
This will design all the links in the pages which are linked to your css file.

__________________
My Blog: Webmaster Video School
Please login or register to view this content. Registration is FREE
|