Quote:
Today at 02:19 PM Intex said this in Post #32
Iggy123 - I've integrated the style into my forum, but I can't find where the size of the popup browser is controlled. I've checked phpspell.html and the spelling.js files but can't see it.
Any ideas?
|
In the spellmessage.js
find (approx line 19)
Code:
var LinkToField = "";
function openspell()
{
height = 391;
width = 555;
if (ie4) LinkToField = self.vbform.message;
and alter that.