The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Spacing
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 |
#2
|
||||
|
||||
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.
Code:
<!-- spacer between posts --> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="100%"> <br> </tr> </tr> </table> <!-- /spacer between posts --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|