1
Hi all, when I go into the forum (newbb2), and try to write a new post, the form is too large and the site layout get messed up.
I decided to go to templates and change the width of the textarea, but there is no way to do it.
I checked also in the css, it is not set in the .css file, but directly in the html:
<textarea name='message' id='message' rows='25' cols='60' tabindex='2'>textarea>
The total width of the XOOPS layout is 850 pixels, fixed width.
The problem is that I have left blocks on the left column, and right blocks on the right column, and when I go to post a new topic on the forum, the form is larger than the available width on the center column.
So I need to change it and make it smaller, how it is possible to do it?
Thanks in advance for any useful suggestion.