How do you change link color in html?
For example if I want the color of the link to be white, because its over a blue backround, how do i do that?
ok... That kind of code dosent work with what I'm using. i'm using a <div> bla bla</div> and I need a link inside the div to be white and that code isnt working
ok nm now that I have the vlink and what was it? alink it works thanks
Public Comments
- <BODY bgcolor="#000000" text="#FFFFFF" link="#0000FF"> The link attribute changes the color of links.. It can be expressed in the hexadecimal code or with a word, such as a basic color, like red, black, or white.
- as described above: link= color of the unclicked link alink= color of the link while it is being clicked vlink= color of the link after being visited
Powered by Yahoo! Answers