arreglar mi postbit
-URL:http://carpargentina.eshost.es/foro/ -Version del foro: 1.6.3 hola quisiera saber como soluciono este problema puse el codigo para cambiar el ...

-URL:http://carpargentina.eshost.es/foro/
-Version del foro: 1.6.3

hola quisiera saber como soluciono este problema puse el codigo para cambiar el postbit y me salio todo desordenado foto:
http://img90.imageshack.us/img90/3390/dibujo1vt.png
aca te la dejo lo puse en un documento de texto
Casi seguro no se solucionara, pero esto:
Código:
</table>
</td>
</tr>
<tr>

debe de quedar asi:
Código:
</table>
<table>
<tr>

lo mas seguro es que no salga como quieres pero arregla el html.
{SIGNATURE_IMAGE}
pero donde esta eso que me dijiste ?
En la plantilla que dejaste O.O

dejala asi completa:
Código:
{$ignore_bit}
<table width="200" height="42" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="200" height="42" align="center" background= "http://img688.imageshack.us/img688/6491/nameao.png" style= "background-repeat: no-repeat;">
    <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}
</td>
  </tr>
</table>
<table height="24" width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200" align="center" background= "http://imageshack.us/m/51/2875/bgbit1.png" style= "background-repeat: no-repeat;" >&nbsp;</td>
  </tr>
  <tr>
    <td align="center" valign="top" style= "background-repeat: repeat;" background= "http://img560.imageshack.us/img560/7519/bgbit2.png" >
    <span class="smalltext" >
                        {$post['useravatar']}<br />
                        {$post['usertitle']}<br />
                        {$post['userstars']}
            {$post['groupimage']}<br />
            {$post['user_details']}
        </span>
    </td>
  </tr>
  <tr>
    <td height="25" width="200" align="center" valign="top" style= "background-repeat: no-repeat;" background= "http://imageshack.us/m/833/2374/bgbit3.png" >&nbsp;</td>
  </tr>
</table>
<table>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
{SIGNATURE_IMAGE}
Revierte la plantilla.

En postbit_classic -> opciones -> revertir a original

luego haces ese tuto.
{SIGNATURE_IMAGE}
(15 May, 2011, 1:00 pm)Sama34 escribió: Revierte la plantilla.

En postbit_classic -> opciones -> revertir a original

luego haces ese tuto.

pero no dice como ponerlo Confused
Me equivoque, el código que deja en ese mensaje colócalo en tu postbit_classic, reemplaza y pon el nuevo de allí.
{SIGNATURE_IMAGE}