Code:
a:link {color: #710000}
a:visited {color: #BB0000}
a:active {color: #FF9393}
a:hover {color: #FF6666}
that's right from my site^^
for the pictures with the borders, i have images as link on my site, and you need to define " border="0" " at the end of the IMG tag, that'll take care of the border, just a side note, its a good idea to have links underlined because that's what people are used to seeing, and they might miss it unless it's really obvious that its a link. djr33 is right about the multi-lin thing, but it needs to be:
thing {
property: value;
another: etc
}
only difference: no semi-colon on the last property, because technically the close brace is on the end of that last prperty (another: etc} )
Bookmarks