ok this is my template:
PHP Code:
<tr align="middle">
<td valign="center" bgColor="#d3e5fa" colSpan=5> </td>
</tr>
<tr id="cat">
<TD bgcolor="#1960CA" background="{ imagesfolder }/cat_backing.gif" colSpan=10 align=center align=middle valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="15%" valign="middle">
$expandcontract
<img src="{ imagesfolder }/cat_image.gif" width="23" height="15" align="absmiddle">
</td>
<td width="70%" align="center" valign="middle">
<b><img src="{ imagesfolder }/cat_sideleft.gif" width="30" height="15" align="middle"></b>
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#FFFFFF"><b>$forum[title]</b></normalfont></a>
<img src="{ imagesfolder }/cat_sideright.gif" width="30" height="15" border="0" align="middle">
</td>
<td width="15%" valign="middle"> </td>
</tr>
</table>
</td>
</tr>
<tr id="f$forum[forumid]z" align="center">
<td background="{ imagesfolder }/col_backing.gif" width="5%"><smallfont> </smallfont></td>
<td background="{ imagesfolder }/col_backing.gif" width="65%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif"><smallfont color="{tableheadtextcolor}"><b>Beitr?ge</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif"><smallfont color="{tableheadtextcolor}"><b>Themen</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif" nowrap><smallfont color="{tableheadtextcolor}"><b>Letzter Beitrag</b></smallfont></td></tr>
What is wrong?
As i said before: if i ctract it, it is ok and i can only see the category!
but if i reload the page you see the category and this part:
PHP Code:
<td background="{ imagesfolder }/col_backing.gif" width="5%"><smallfont> </smallfont></td>
<td background="{ imagesfolder }/col_backing.gif" width="65%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif"><smallfont color="{tableheadtextcolor}"><b>Beitr?ge</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif"><smallfont color="{tableheadtextcolor}"><b>Themen</b></smallfont></td>
<td background="{ imagesfolder }/col_backing.gif" nowrap><smallfont color="{tableheadtextcolor}"><b>Letzter Beitrag</b></smallfont></td></tr>
???