Hello everyone!
FCKEditor is AWESOME! I figured out how to edit the editor CSS (fck_editorarea.css). Everything works fine except the links wont change color.
For example I am trying to add:
a:link,
a:visited
{
color: #AD1B37;
}
a:hover,
a:active
{
color: #C1707F;
}
But when the editor loads, the links are still blue. I cannot seem to fix this. I have cleared my cache, etc.
What am I doing wrong? How do I edit the blue link colors?
Thanks for your help!
FCKEditor is AWESOME! I figured out how to edit the editor CSS (fck_editorarea.css). Everything works fine except the links wont change color.
For example I am trying to add:
a:link,
a:visited
{
color: #AD1B37;
}
a:hover,
a:active
{
color: #C1707F;
}
But when the editor loads, the links are still blue. I cannot seem to fix this. I have cleared my cache, etc.
What am I doing wrong? How do I edit the blue link colors?
Thanks for your help!
