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

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,075
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top