Can You tell me how can I see the style of a hyperlink to not to be that default blue?
The hyperlinks are blue inside FCKEditor when they are rendered on the site they look ok.
I'm using FCKEditor 2.5.1
I have tried everything but it doesn't want to work.
The hyperlinks are blue inside FCKEditor when they are rendered on the site they look ok.
I'm using FCKEditor 2.5.1
I have tried everything but it doesn't want to work.

Re: Hyperlinks are always blue
a
{
color: black !important;
}
I needed to add "!important" because I think FCKEditor adds somewhere an color to hyperlinks with !important so I needed to overwrite that.
I don't know if that's the desirable behior to have that (ugly) blue for the hyperlinks.
Re: Hyperlinks are always blue
Re: Hyperlinks are always blue
This is also an IE behavior.