De css ya voy aprendiendo mientras pruebo.

Además ahora estoy llendo a la uni , mi primer año, de diseño multimedia, mas adelante me enseñarán todo eso. Mientras voy probando para ir más adelantados que mis compañeros Big Grin

Aquí el forumbit_depth1_cat:

Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Temas</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
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 />
Si tuve un pequeño problema..

Me quedó todo hacia la izquierda :/

Alguna solucion?
Tenes algún screen? Es que si no lo veo no entiendo bien, así te puedo ayudar Wink
www.ledahost.com | Email: info[at]ledahost.com | Skype: ledahost
VPS SSD - HOSTING Y RESELLER [cPanel, Plesk, etc] - DOMINIOS - BACKUPS - WAREZ & XXX
CUPONES: Hosting 20%: memudoaleda
Si quieren pueden cerrar tema solucionado..

Gracias a todos por su ayuda.