Messed up post page?

Started by Qub1, July 03, 2011, 05:12:21 PM

Previous topic - Next topic

Qub1

After upgrading my forum from SMF 2.0 RC5 to SMF 2.0, the new post page is all messed up. The text area is way to long!

Here is an image of what I mean:

Problem by Quincy Bakker, on Flickr

Does anyone know how to fix this problem?


rd

Very interesting, maybe you can push through another SMF 2.0 Full Upgrade package to make sure everything was uploaded without any problems. Also try the solution Eudemon has offer.

Report back if you see any change or still have the issue.

PS: What modifications do you have installed? Are all the mods compatible with SMF 2.0? or did you have to force install anything?

Qub1

Thanks everyone, and Eudemon, your solution brought me to the actual problem, it was under the textarea section, which I had to change from:
/* The font size of textareas should be just a little bit larger. */
textarea
{
   font: 100%/130% verdana, Helvetica, sans-serif;
}


to:
/* The font size of textareas should be just a little bit larger. */
textarea
{
   font: 100%/130% verdana, Helvetica, sans-serif;
   width: 635px;
}


Solved

Advertisement: