• User Newbie

    affiancare inputbox

    Ho questo piccolo codice:

     <tr class="row0"> 
                      <td width="1%"> <img title="Italiano (Italia)" alt="Italiano (Italia)" src="/site/components/com_joomfish/images/flags/es.gif"> 
                         <td width="16%"><div style="text-align:right;font-weight:bold;">
                          
                              <?php echo $VM_LANG->_('PHPSHOP_PRODUCT_FORM_NAME') ?>:</div>
                         </td>
                          <td width="79%"> 
                            <input type="text" class="inputbox"  name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
                             <input type="text" class="inputbox"  name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
                            <input type="text" class="inputbox"  name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
                            <input type="text" class="inputbox"  name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
                           
                          </td>
                    </tr>
    

    Vorrei affiancare gli inputbox come posso fare?


  • User Attivo

    ? Io li vedo già affiancati...