<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead">
<strong>Categoria</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap">
Aqui el codigo de tu chat
</td>
</tbody>
</table>
<br />
(28 Jan, 2012, 3:50 pm)Cluster escribió: agregaUna pregunta, y como hago para que este el + y el - para minimizar o cerrar la categoria? Hasta ahora funciono<table border="0" cellspacing="0" cellpadding="4" class="tborder"> <thead> <tr> <td class="thead"> <strong>Categoria</strong> </td> </tr> </thead> <tbody> <tr> <td class="trow1" valign="middle" align="center" style="white-space: nowrap"> Aqui el codigo de tu chat </td> </tbody> </table> <br />
en la plantilla index, debajo de {$forums}
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/collapse.gif" id="chatforo_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Categoria</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="chatforo_e">
<tr>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap">
Aqui el codigo de tu chat
</td>
</tbody>
</table>
<br />