Log in

View Full Version : space between reply button and table


hitmanuk2k
12-25-2004, 07:11 PM
i want to add some space between the column with the reply button and page nav... and the main thread table.

http://forum.pesinsight.com/showthread.php?p=251895 (the bit at the bottom....) the top gap is ok as it is... but as you can see at the bottom its a bit close.

Surtain23
12-25-2004, 07:17 PM
This is a template mod, not a file hack. I don't think they've merged yet, so ask www.vbulletintemplates.com they will help.

SVTBlackLight01
12-26-2004, 11:33 AM
Try changing this

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">

to this

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top" style="margin-top:3px">

in the SHOWTHREAD template