Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/09/2003, 03:37
Avatar de txarly
txarly
 
Fecha de Ingreso: marzo-2003
Ubicación: Eibar (Gipuzkoa)
Mensajes: 455
Antigüedad: 21 años, 1 mes
Puntos: 2
Hola;
revisando por encima tu código he visto que la estructura de la tabla no está bien, creo que te faltán algunos <td>, las tablas se suelen incluir dentro de otras celsa y no a nivel de fila o <tr>.

No entiendo muy bien cual es el diseño que quieres hacer pero aquí debajo te pongo tu mismo código tal como lo arreglaría yo, a ver si te puede servir:

Un saludo
Txarly

Código:
<table border=1 width=100% STYLE="position:absolute;top:1px;left:10px;"> 

<tr><td>
	<table border=1 width=100% height=62 cellpadding=0 cellspacing=0 STYLE="position:absolute;top:1px;left:10px;"> 



	<tr>
	<td width=25% height=62 border=1 ><img src="anylogo/cibela.jpg" > esto 

	es para el logo </td>

	<td width=70% border=1 > espacio para el banner </td>

	</tr>
	<tr><td colspan=2>

		<table width=100% border=1 > 
		<tr>
		<td width=30%>fecha</td>
		<td width=10%>lgo</td>
		<td width=50%>marquesina</td> 
		<td width=10%>lgo</td>
		</tr>
		</table> 

	</td></tr>
	</table>

</td></tr>

</table>
__________________
¿Por qué Uri Geller doblaba cucharas?