Too much unused border white space

You should really change the config file for this forum.
You’re forcing the viewer to use the horizontal scroll bar un-necessarily.
Remove all that white space border.
Make the left and right side margins go away.
 
layout is ok, too long text (in one line) is very hard to read.

But I strongly suggest to change
Code:
<td class="panelsurround" align="center">
<div class="panel">
<div align="left" style="max-width:[red]640px[/red]; width:auto !important; width:[red]640px[/red]">
to 100% ro 99%
otherwise writing thread is pretty hard, because message box is very small (width wise), that is especially true in advanced mode, when smilies occupy about 20% of space
 
advanced mode is still not as width :(

I suggest to modify this:
Code:
<textarea name="message" id="vB_Editor_001_textarea" rows="10" cols="60" style="display:block; width:[red]540px[/red]; height:250px" tabindex="1" dir="ltr">

to
Code:
<textarea name="message" id="vB_Editor_001_textarea" rows="10" cols="60" style="display:block; width:[red]747px[/red]; height:250px" tabindex="1" dir="ltr">

Also It would probably be VERY cool to have smilies on top or bottom of the message box, or to be able to turn them off
 
No. It should be 80x25. And you should have to press the left shift to un-shif
t-lock. And there should be no 1 on the keyboard, you have to use the lowercase
l. And the enter key should be replaced by a large paddle below the screen.
 
In report post
Code:
<div class="fieldset">
<div class="smallfont">
<textarea name="reason" rows="6" cols="[red]60[/red]"/>
</div>
change to
Code:
<div class="fieldset">
<div class="smallfont">
<textarea name="reason" rows="6" cols="[red]108[/red]"/>
</div>
currently it is small and left aligned ==> not looking good
 
Back
Top