Back to top

Autore Topic: Centrare modulo in campo tabella  (Letto 1595 volte)

Offline paperjoomla

  • Appassionato
  • ***
  • Post: 258
  • Sesso: Maschio
    • Mostra profilo
Centrare modulo in campo tabella
« il: 29 Giu 2007, 13:45:45 »
allora ragazzi ho una tabella con tre campi in ognuno di questi un modulo, inserendo il modulo in un campo me lo da spostato a sinistra, come faccio a centrarli




<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
<?php if (mosCountModules('user4')) { ?>
    <td valign="top" width="<?php echo $tdwidth; ?>" style="padding-right:<?php echo $tdpad; ?>;"><?php mosLoadModules( 'user4', -2 );?></td>
   <?php } ?>
<?php if (mosCountModules('user5')) { ?>
    <td valign="top" width="<?php echo $tdwidth; ?>" style="padding-right:<?php echo $tdpad; ?>;"><?php mosLoadModules( 'user5', -2 );?></td>
   <?php } ?>
<?php if (mosCountModules('user6')) { ?>
    <td valign="top" width="<?php echo $tdwidth; ?>" style="padding-right:0px"><?php mosLoadModules( 'user6', -2 );?></td>
   <?php } ?>

  </tr>
</table>
...è stato meglio lasciarci che non esserci mai incontrati...

Offline thepisu

  • Appassionato
  • ***
  • Post: 369
  • Sesso: Maschio
  • .. still looking for ..
    • Mostra profilo
Re: Centrare modulo in campo tabella
« Risposta #1 il: 29 Giu 2007, 14:07:49 »
Penso di non aver capito.. ci fai uno screenshot?
Stefano "Pisu" Bagnatica | VirtueMart Italia

Offline paperjoomla

  • Appassionato
  • ***
  • Post: 258
  • Sesso: Maschio
    • Mostra profilo
Re: Centrare modulo in campo tabella
« Risposta #2 il: 29 Giu 2007, 14:31:35 »
ho risolto...

bastava mettere align="center"

<table width="100%" border="0" [cellspacing="0" cellpadding="0">
  <tr>
<?php if (mosCountModules('user4')) { ?>
    <td valign="top" align="center" width="<?php echo $tdwidth; ?>" style="padding-right:<?php echo $tdpad; ?>;"><?php mosLoadModules( 'user4', -2 );?></td>
   <?php } ?>
<?php if (mosCountModules('user5')) { ?>
    <td valign="top" align="center"width="<?php echo $tdwidth; ?>" style="padding-right:<?php echo $tdpad; ?>;"><?php mosLoadModules( 'user5', -2 );?></td>
   <?php } ?>
<?php if (mosCountModules('user6')) { ?>
    <td valign="top" align="center"width="<?php echo $tdwidth; ?>" style="padding-right:0px"><?php mosLoadModules( 'user6', -2 );?></td>
   <?php } ?>

  </tr>
</table>
...è stato meglio lasciarci che non esserci mai incontrati...

 



Web Design Bolzano Kreatif