Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/08/2004, 11:35
Avatar de alex58
alex58
 
Fecha de Ingreso: junio-2004
Ubicación: Guatemala, C.A.
Mensajes: 198
Antigüedad: 19 años, 10 meses
Puntos: 0
te envio el formato

Te envio el formato, lo acabo de realizar. Copialo y luego pegalo en una template de dreamweaver, tal como esta. Esta basado en el dibujo que adjuntaste a tu mensaje

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<table width="200" border="1" align="center">
<tr>
<th height="58" scope="col">&nbsp;</th>
<th rowspan="3" scope="col">&nbsp;</th>
<th rowspan="2" scope="col">&nbsp;</th>
</tr>
<tr>
<th height="87" scope="col">&nbsp;</th>
</tr>
<tr>
<th height="120" scope="col">&nbsp;</th>
<th scope="col">&nbsp;</th>
</tr>
</table>
</body>
</html>