Forum Moderators: open

Message Too Old, No Replies

ie

visited links won't change colour

         

tempostix

12:21 am on Mar 19, 2005 (gmt 0)



Could someone please advise me on how to make visited links a different colour. The colour in internet options (visited & unvisited links) shows a dark purple, but it just stays the same colour when I'm browsing. This is driving me crazy! Can anyone please help?

cmatcme

8:38 am on Mar 19, 2005 (gmt 0)

10+ Year Member



Welcome To WW tempostix

Try this:

<html> <head>

<style type="text/css">
a:link {color: #hexadecimalcode} //Link colour
a:visited {color: #hexadecimalcode} //VISITED link colour
a:hover {color: #hexadecimalcode} //Hover link colour
</style>

</head> </html>A hexadecimal [html-color-codes.com] example is #6666FF which would bring up blue.

tedster

8:46 am on Mar 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello tempostix, and welcome to the forums.

Are you asking about how to code your own website, or about Explorer's behavior as you browse other sites around the web?