Witam mam problem. Robię theme do phpbb i chce zrobić odstęp miedzy kategoriami. Linka do theme raczej nie moge dać więc dam coś na przykład.
http://www.przemo.org/phpBB2/forum/ tutaj jest kategoria "Ogólne" i "English". Te 2 kategorie są odzielone tabelką 15px. I o ten odstęp właśnie mi chodzi.
Oto kod mojego pliku index_body.tpl prosiłbym o wskazówkę gdzie co zmienić.
Kod:
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td colspan="2" class="maintitle">{L_INDEX}</td>
</tr>
<tr>
<td valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
<a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td width="9">
<img border="0" src="templates/fiapple/images/11.gif" width="9" height="8"></td>
<td background="templates/fiapple/images/12.gif" width="100%"></td>
<td width="9">
<img border="0" src="templates/fiapple/images/13.gif" width="9" height="8"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" >
<!-- BEGIN catrow -->
<tr>
<td width="9" background="templates/fiapple/images/21.gif"> </td>
<td class="cat" colspan="5" style=" border-bottom: 1px solid #ffffff ; "><img src="templates/fiapple/images/ico.gif" border="0"> <a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a><img src="images/spacer.gif" alt="" width="280" height="12" /></td>
<td width="9" background="templates/fiapple/images/22.gif"> </td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td width="9" background="templates/fiapple/images/21.gif"> </td>
<td class="row1" height="45" style=" border-right: 1px solid #ffffff ; border-bottom: 1px solid #ececec ; border-top: 1px solid #979797 "><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="70%" style=" border-right: 1px solid #ffffff ; border-bottom: 1px solid #ececec ; border-top: 1px solid #979797 "><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" width="50" style=" border-right: 1px solid #ffffff ; border-bottom: 1px solid #ececec ; border-top: 1px solid #979797 "><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" width="50" style=" border-right: 1px solid #ffffff ; border-bottom: 1px solid #ececec ; border-top: 1px solid #979797 "><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" nowrap="nowrap" width="120" style=" border-bottom: 1px solid #ececec ; border-top: 1px solid #979797 "><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
<td width="9" background="templates/fiapple/images/22.gif"> </td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="9">
<img border="0" src="templates/fiapple/images/51.gif" width="9" height="8"></td>
<td background="templates/fiapple/images/52.gif"></td>
<td width="9">
<img border="0" src="templates/fiapple/images/53.gif" width="9" height="8"></td>
</tr>
<tr>
<td width="15" align="right" valign="top"> </td>
<td width="100%"><img src="templates/fiapple/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
<td width="15" align="left" valign="top"> </td>
</tr>
</table>
<br />
Za pomoc z góry dziękuje.
Pozdrawiam