Quote:
Originally Posted by Morgalis
Not sure what I am missing to get the full colour changed in the 4 .css files
What am I missing to get rid of the blue?
|
edit spellcheck.php, search for
----------
echo '<body bgcolor="#1F7FB0" onload="parent.Run_Spellchecker();">';
----------
and replace it with
----------
echo '<body onload="parent.Run_Spellchecker();">';
----------