PDA

View Full Version : Is there a way to change forum spacing?


mindhunter77
09-21-2008, 05:37 PM
Take a look at the screenshot, is there way to adjust that white area there?

Princeton
09-22-2008, 12:01 PM
you will have to modify your templates

add more 'padding' (CSS) or more <br />


</table>
<br />
<br />

SEOvB
09-22-2008, 02:09 PM
You could also use

<div style="height: XXpx;"><img src="clear.gif" height="XXpx" width="0" /></div>


For exact control over it.