Anchor(Hyperlink) Color

A

Angel

In my body html tag I place the following:

<body vLink="green" link="white"
MS_POSITIONING="GridLayout">

For some reason or another when i use a <a href="..">
somewhere on my page it still displays the color blue on
the hyperlink eventhough i set on the body tag to use
white. What is wrong here?
Thanks...
 
H

Hermit Dave

try using explicit style reference like
defined in your custom css file
A.CommandButton:link {

text-decoration: none;

color: black;

}

A.CommandButton:visited {

text-decoration: none;

color: black;

}

A.CommandButton:active {

text-decoration: underline;

color: black;

}

A.CommandButton:hover {

text-decoration: none;

color: black;

}

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Background image not showing up on html page 3
HTML Anchor tag not working 2
Color for hover over 1
Align img inside nav tabs section 5
Wrong Coding 3
Please Help? 0
HTML Site Problems 11
I need help fixing my website 2

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top