Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/03/2008, 16:07
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: tabular datos en formulario

Deberías de leer un manual básico de HTML, prueba tu código así:
Código HTML:
 <td>
            <table>
                  <tr>
                       <td colspan="2">imagen</td>
                  </tr>
                  <tr>
                        <td>checbox1</td>
                        <td>checbox2</td>
                  </tr>
               </td>
          </table>
      </td> 
Saludos.