Quote:
Originally Posted by Renada
I have one question. Is there a way to change the background colour of the spellchecker popup to plain white?
|
Yes. It currently uses your wysiwyg css class. So you can either edit the wysiwyg class from vB's class editor, or, if you just want to change the background for the spelling window, then edit vbspell_iframe.php
Find:
<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp();" id="theBody">
And replace the class with another, or replace it with bgcolor="white"
This is on for the framed box in the window. The rest of the spelling window can be modified in the vbspell template.