Eugene has attended:
Dreamweaver 8 Intermediate course
Font colour
How do I change the font colour on a hyperlink?
RE: font colour
See the example provided in this forum question but use a:link for the link colour.
a:link = the link as it appears normally on the screen (usually blue)
a:hover = the link when the mouse is hovered over
a:visited = the link as it appears normally on the screen, but the visitor has already seen the page (usually purple)
a:active = the link becomes active once you click on it (so this usually only lasts a split second)
Regards, Rich