
Maar ik krijg 1 ding niet voor elkaar. Kijk de category komt ook tevoorschijn tussen de forums kijk maar: http://erwinscape.servegame.com/
Dit is mijn index_body.html:
Code: Selecteer alles
<!-- INCLUDE overall_header.html -->
<br>
<div class="fnh-bground">
<div class="borderwrap" id="fo_180">
<!-- BEGIN forumrow -->
<!-- IF forumrow.S_IS_CAT -->
<div class=maintitle>
<p class="expand"> </p>
<p>
<img src="styles/Invision/imageset/arrow.gif" height="8px" width="8px" border="0px" alt="">
<a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
</p>
</div>
<!-- ENDIF -->
<!-- END forumrow -->
<table cellspacing="1px" cellpadding="0px" class="ipbtable">
<tr>
<th width="66%" colSpan=2>{L_FORUM}</th>
<th width="7%" align="middle">{L_TOPICS}</th>
<th with="7%" align="middle">{L_POSTS}</th>
<th width="35%">{L_LAST_POST}</th>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td width="1%" class="row2" align="middle">
<img src="styles/Invision/imageset/folder_big.gif" alt="">
</td>
<td class="row2" align="left">
<a href="{forumrow.U_VIEWFORUM}" class="forumlink">{forumrow.FORUM_NAME}</a>
<br>
<span align="left" class="forumdesc">
<i>{forumrow.FORUM_DESC}</i>
</span>
</td>
<td class="row1" align="middle">{forumrow.TOPICS}</td>
<td class="row1" align="middle">{forumrow.POSTS}</td>
<td class="row1" noWrap> </td>
</tr>
<!-- END forumrow -->
<tr>
<td class="catend" colspan="5"></td>
</tr>
</table>
</div>
</div>
<br>
<!-- INCLUDE overall_footer.html -->