Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Coloured links' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Coloured links
Authored by: Miga on Jan 10, '03 01:37:17PM

If you want coloured links (not underlined) try this:

A:link {
font-weight: 900;
color: #2fb177;
text-decoration: none;
}

A:active {
color: #e31cd9;
text-decoration: none;
}

A:visited {
color: #8e9dc5;
text-decoration: none;
}



[ Reply to This | # ]