What is the HTML syntax[/]quote]
Yes, you could use a <font color="#ff0000"> tag to change the color of links, but this would be time consuming, and you'd need to make sure you got every link. Besides, the <font> tag is deprecated.
In HTML, you could use:
Code:
<body [COLOR=blue]link="#ff0000" vlink="#990000"[/color]>
The 'link=' sets the color for links. 'vlink=' sets the color for visited links. the '#ff00cc' is the hexadecimal color code.
Doing it this way means that if you want to change the color of your links, you need to change every page. You're better off using css. This means that if you want to change the color or presentation later, you only need to change one file.
add a link to your stylesheet (in the head of the html):
Code:
<link rel="stylesheet" type="text/css" href="name_of_css_file.css">
Add this css into your stylesheet:
<marc>
i wonder what will happen if i press this...[ul][li]
please tell us if our suggestion has helped[/li][li]
need some help? faq581-3339[/li][/ul]