My link colors are always purple when it's on the net. No matter what method I use to change the color, they appear always purple. What is my problem and can it be corrected?

My link colors appear always purple when it's on the net. No matter what I do to change the color, they appear always purple. What is the problem and is there a method to correct?

Looks like you're leaving the: visited the default color.

Add in some css to reset the: visited to what you want...

a: visited {}

Color: #000000;

}

In addition, make sure that your link pseudo classes go in order following in your css...

a: link

a: visited

a: hover

a: active

If this isn't the issue, we'll need to see your page to help you, could you post a link?

Tags: Dreamweaver

Similar Questions

Maybe you are looking for