Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2009, 15:55
Avatar de kARLOZM
kARLOZM
 
Fecha de Ingreso: febrero-2009
Mensajes: 12
Antigüedad: 16 años
Puntos: 0
Respuesta: tablas dreamweaver

Hola como vas.

Prueba este codigo que hice segun lo que tu pides y comentame si te sirve o no:
Código HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin titulo</title>
</head>

<body>
<table width="867" height="170" border="0">
  <tr>
    <td height="31" colspan="2"><div align="center">
      <table width="346" border="1">
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          </table>
    </div></td>
  </tr>
  <tr>
    <td height="133"><div align="left">
      <table width="200" border="1">
          <tr>
            <td>Tabla1 </td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          </table>
    </div></td>
    <td><div align="right">
      <table width="200" border="1">
          <tr>
            <td>tabla
            2</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          </table>
    </div>
    <div align="right"></div></td>
  </tr>
</table>
</body>
</html> 
Saludos