PDA

View Full Version : Spacing


Sean123
07-17-2002, 02:29 PM
I know how to do the spacing of the forums, but anyone know the code to put the spacing in between the post? Thanks

Sean

mashby
07-17-2002, 03:07 PM
It's done in your post bit. I added the following code to the top of my postbit and it's placed a space between each post.

<!-- spacer between posts -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%"> <br> </tr>
</tr>
</table>
<!-- /spacer between posts -->


Hope that helps!