Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/02/2011, 00:21
eleguez
 
Fecha de Ingreso: febrero-2008
Mensajes: 5
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Problema Tablas en Plantilla en DW

Este es el código (las columnas que están al 30% y al 70% son las que varían. ya he probado a dar valores fijos pero me sucede lo mismo):


<body>
<div align="center">
<table width="780" height="436" border="0" align="center" cellpadding="1">
<tr>
<th width="780" height="180" valign="baseline" class="encab" scope="col"><p><a href="../index.html"><img name="logo" src="../logo.jpg" border="0" id="logo" alt="LOGO" /></a></p></th>
</tr>
<tr>
<th height="10" align="center" valign="middle" scope="row">&nbsp;</th>
</tr>
<tr>
<th class="columna"><table width="765" border="0" align="center">
<tr>
<td width="30%" height="35" align="left" background="../degra1.jpg" style=" line-height:18pt; border:solid 1px; border-color:#003; font-size:9pt"" scope="col">&nbsp;</td>
<th width="70%" colspan="1" rowspan="3" scope="col">&nbsp;</th>
</tr>
<tr>
<td width="30%" height="70" align="center" style=" font-weight:bold; text-align:center; font-size:10pt; line-height:10pt; border:solid #003 1px;">&nbsp;</td>
</tr>
<tr>
<td width="30%" align="left" valign="top" class="recuerde"><p>&nbsp;</p></td>
</tr>
</table></th>
</tr>
<tr>
<th class="pie" scope="row"><p>&nbsp;</p>
<p>Direccion</p>
<p>Teléfono </p>
<p>correo electronico</p></th>
</tr>
</table>
</div>