ma scusa nn ho ben chiaro: celpaddin='4' è già celpaddin='4'
Alla fine ieri mettendo un pò di "colore e di bordi" nelle tabelle dei menù nelle colonne laterali ho migliorato la cosa, anzi direi che può quasi andare:
http://www.ilnucleo.org/public/Mambo/index.php
copio comunque il codice:
<table border="0" width="100%" cellspacing="3" cellpadding="0">
<tr>
<!-- LEFT Modules -->
<?php if (mosCountModules('left')>0) { ?>
<td width="132" valign="top" bgcolor="#32282A">
<?php mosLoadModules ( "left" ); ?>
</td>
<?php } ?>
<td valign="top" background="templates/nucleo/img/bk_body.gif"><!-- bgcolor="#2E3440" -->
<center><?php mosLoadComponent( "banners" ); ?></center>
<!-- TOP Modules -->
<?php
if (mosCountModules('top')>0) {
?>
<table border='0' width='100%' cellspacing='0' cellpadding='4'><tr><td bgcolor='#05361E'>
<?php mosLoadModules ( "top" ); ?>
</td>
</tr></table>
<?php
}
?>
<!-- Main Content Section -->
<?php include_once("mainbody.php");
include_once( "components/com_comments/comments.php" );?> </td>
<!-- RIGHT Modules -->
<?php
if (mosCountModules('right')>0) {
?>
<td width="132" valign="top" bgcolor="#32282A"><!-- #404850 -->
<?php mosLoadModules ( "right" ); ?>
</td>
<?php
}
?>
</tr>
</table>
Elwood