PDA

View Full Version : Spacing on forum home (i think)


+buG
08-21-2002, 07:54 PM
Look at www.xbox.roffle.com/forums I am trying to space the forum categories from the welcome panel a little bit more than it is. Can anybody tell me how to space them a little more? I have ried adding a <p></p> and <br> in several different places but they never work.

SaintDog
08-21-2002, 10:32 PM
Try inserting a new (invisible) table between them with a break in it, such as:

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td><br></td>
</tr>
</table>

+buG
08-22-2002, 12:06 AM
that did the trick.
thank you :]