Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/09/2008, 16:19
Avatar de gorka_22
gorka_22
 
Fecha de Ingreso: septiembre-2003
Mensajes: 95
Antigüedad: 21 años, 8 meses
Puntos: 1
Respuesta: Tabla division vertical y luego distintas horizontales

Tan simple como esto:
Código HTML:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table></td>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table> 
Pero esto es html no ASP. Con el dreamweaver esta tirao!