<?php
<table width="100%" cellspacing="10" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr><td valign="top" width="70%" rowspan="2" align="left">
{$forums}
</td>
<td>
<!-- start: primer_cuadro -->
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</tr>
<tr>
<td class="trow1" align="center">
AQUI AGREGAN LO QUE QUIERAN
</td>
</tr>
</table>
<!-- end: primer_cuadro -->
</td>
</tr>
<td>
<!-- start: segundo_cuadro -->
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</tr>
<tr>
<td class="trow1">
AQUI AGREGAN LO QUE QUIERAN
</td>
</tr>
</table>
<!-- end: segundo_cuadro -->
</td>
</table>
<?php
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>AQUI EL NOMBRE DEL RECUADRO</strong></td>
</tr>
<tr>
<td class="trow1">
AQUI AGREGAN LO QUE QUIERAN
</td>
</tr>
</table>
(12 Jan, 2012, 12:56 pm)Rikio escribió: Veo errores aquí:
<table width="100%" cellspacing="10" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
Sería:
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" align="center">
Aparte de que hay un error si lo dejas como antes quedará envuelto el Foro en el tborder jaja