Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/12/2006, 01:47
Avatar de Rafael
Rafael
Modegráfico
 
Fecha de Ingreso: marzo-2003
Mensajes: 9.028
Antigüedad: 21 años, 1 mes
Puntos: 1826
Re: Ayuda con tabla

Como que estás un poco revuelto de como usar los ssi.
Más bien llamarás OTRO archivo que también tenga las mismas columnas y tablas, pero con contenido diferente, específicamente la columna que cambia, por lo que la estructura te quedará así.


Cita:
<!--#include file="Menu.html" -->
<td>Acá lo que cambia</td>
<!--#include file="CierreMenu.html" -->



y en Menu

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link type="text/css" rel="stylesheet" href="a5.css" />
<title>Uppgift 5</title>
</head>
<body>
<table border="1" width="737" height="621">
<caption>Uppgift 5</caption>
<tr>
<th height="20" colspan="2" background="img/bg3.gif"> Mina favoriter </th>
</tr>
<tr>
<th width="130" rowspan="2" align="top" valign="top" background="img/bg2.gif"> Menu
Bla bla bla, incluyendo el menu en sí.



y en Cierre Menu cierras la tabla y el body