Cámbiala por esta(es la mía, solo usar likepop)
Si está avisa que la borro
Cualquier problema me enseñas scan y te ayudo :3
Ponte a aprender HTML y CSS por internet para ir preparado al curso, yo nunca di HTML, ni css ni nada parecido en ningún sitio, todo por mi mismo
Código:
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div><a href="{$forum_url}">{$forum['name']}</a></strong> <small><span sryle="font-weight: 0;"></span></small></div>
</td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Temas</strong></span></td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes</strong></span></td>
<td class="thead" width="150" align="center" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<span class="smalltext"><strong>Último mensaje</strong></span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />