Targeting links

im trying to target the links in the hide/show box (in the blue bar) to be white where it seems to be overridden and lumped into Content a but cant that be override with

#conteent .profileJob a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

Did you mean to post a link?

Presumably your rule is not spelt like you posted:

#cont[COLOR="#FF0000"]ee[/COLOR]nt .profileJob a {
}

opps, forgot the link, but you caught it, spelled content wrong.

Heh heh, glad it was that simple. :slight_smile: