Attualmente, il logo del mio forum si presenta così ---> http://www.sesto-continente.net/forum/
Perfettamente centrato, come voglio io.
Purtroppo però la tabella sottostante non segue la nuova dimensione del logo (900x100) e pur sapendo che devo andare a modificare il file /templates/mg_themes/overall_header_mx.tpl (che ho già modificato per centrare e ridimensionare il logo sitelogo_small.png) non riesco a modificare la tabella in modo che contenga il nuovo logo.
Ho l'ennesima sensazione che mi stia perdendo in un bicchiere d'acqua ma se qualcuno può darmi un suggerimento...
Ho la sensazione che il trick sia qui:
<tr>
<td width="9" height="47" valign="bottom"><img src="{FULL_SITE_PATH}{LOGO_LEFT}" width="9" height="47" alt="" /></td>
<td width="100%" class="logo"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="center"><a href="{FULL_SITE_PATH}{U_PORTAL}"><img src="{FULL_SITE_PATH}{SITELOGO}" height="100" alt="{L_HOME}" /></a></td></tr></table></td>
<td width="9" valign="bottom"><img src="{FULL_SITE_PATH}{LOGO_RIGHT}" width="9" height="47" alt="" /></td>
</tr>
<td width="9" height="47" valign="bottom"><img src="{FULL_SITE_PATH}{LOGO_LEFT}" width="9" height="47" alt="" /></td>
<td width="100%" class="logo"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="center"><a href="{FULL_SITE_PATH}{U_PORTAL}"><img src="{FULL_SITE_PATH}{SITELOGO}" height="100" alt="{L_HOME}" /></a></td></tr></table></td>
<td width="9" valign="bottom"><img src="{FULL_SITE_PATH}{LOGO_RIGHT}" width="9" height="47" alt="" /></td>
</tr>















































