Ruimte tussen forums
Geplaatst: 21 apr 2005, 10:07
Hoi allemaal, ik heb een vraagje.
Je hebt op de index al die categorieën in de forums staan, en die zitten allemaal aan elkaar maar ik wil graag daar een ruimte tussen hebben.
Dus iets van
Forum naam: uitgaan
Categorie 1
Categorie 2
spacer dan hier zoals standaard en dan een losse ruimte voor het 2e forum.
Hoop dat iemand me kan helpen met dit.
Je hebt op de index al die categorieën in de forums staan, en die zitten allemaal aan elkaar maar ik wil graag daar een ruimte tussen hebben.
Dus iets van
Forum naam: uitgaan
Categorie 1
Categorie 2
spacer dan hier zoals standaard en dan een losse ruimte voor het 2e forum.
Hoop dat iemand me kan helpen met dit.

Code: Selecteer alles
<!-- mod : categories hierarchy v 2 -->
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<!-- END tablehead -->
<!-- BEGIN cathead -->
<td class="{catrow.cathead.CLASS_CAT}" width="1580" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle">{catrow.cathead.CAT_TITLE}</span></td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="5" align="right"> </td>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.forumrow.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
<!-- END inc -->
<td class="row1" rowspan="2"><center>{catrow.forumrow.FORUM_ICON}</center></td>
<td class="row3" height="10"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink"><b>{catrow.forumrow.FORUM_NAME}</b></a></td>
<td class="row1" width="40" rowspan="2"><center><a href="{catrow.forumrow.U_VIEWFORUM}"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" border="0" /></a></center></td>
<td class="row2" width="60" rowspan="2"><span class="gensmall"><img src="templates/fisubsilversh/images/topic.gif" align="left" alt="">{catrow.forumrow.TOPICS}</span>
<br><span class="gensmall"><img src="templates/fisubsilversh/images/bericht.gif" align="left" alt="">{catrow.forumrow.POSTS}</span></td>
<td class="row3" nowrap="nowrap" rowspan="2" width="160"><span class="gensmall"><center>{catrow.forumrow.LAST_POST}</center></span></td>
</tr><tr> <td class="row1"><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.catfoot.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" alt=""></td>
<!-- END inc -->
<td colspan="{catrow.catfoot.INC_SPAN}" height="1" class="spaceRow"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" alt=""></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" alt=""></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" alt=""></td></tr></table>
<br class="gensmall" />
<!-- END tablefoot -->
<!-- END catrow -->