Categorieblokken los níet helemaal netjes
Geplaatst: 09 aug 2004, 20:30
Om de categorieblokken op mijn forumindex los van elkaar te zetten heb ik het volgende gedaan:
index_body.tpl geopend en de
Die onder dit stukje staat:
Verplaatst naar erboven.
Vervolgens heb ik er nog een enter tussenin gezet, waardoor ik uiteindelijk dit heb:
Maar... nu zit er tussen de 1e categorie en "TimTheWeb Forum Forum Index Bekijk onbeantwoorde berichten" ook nog een enter. Deze vind ik lelijk. Hoe voorkom ik dat dáár ook een enter komt?
(Link --> Zie profiel)
index_body.tpl geopend en de
Code: Selecteer alles
<!-- BEGIN catrow -->
Code: Selecteer alles
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="25" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="25" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
Vervolgens heb ik er nog een enter tussenin gezet, waardoor ik uiteindelijk dit heb:
Code: Selecteer alles
<!-- END switch_user_logged_out -->
<!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<br />
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<!-- BEGIN forumrow -->
(Link --> Zie profiel)