Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/05/2008, 09:24
GsutavoDeLanus
 
Fecha de Ingreso: diciembre-2007
Mensajes: 110
Antigüedad: 16 años, 3 meses
Puntos: 1
Re: Mi sitio se mal con FIREFOX, mirá el link...

Cita:
Iniciado por Hitsu Ver Mensaje
La mejor forma de ubicar todo es por medio de tablas, así sea cual sea lo que quieras hacer se mantendrá en línea.
Hoy en día en los trabajos te piden que puedas hacer todo un sitio sin usar ni una tabla..

es resto




Creo que te olvidaste de cerrar la segunda fila

Vos tenes:
Código HTML:
<tr>
<td width="214" rowspan="23"><table width="204" height="367" border="0" align="center" cellspacing="4">
  <tr>
    <td width="192" background="images/lujanhandball_26.jpg"><div align="center"><span class="Estilo18"><strong>Inicio</strong></span></div></td>
  </tr> 


PRoba con algo asi:
Código HTML:
<tr>
<td width="214" rowspan="23"><table width="204" height="367" border="0" align="center" cellspacing="4">
  <tr>
    <td width="192" background="images/lujanhandball_26.jpg"><div align="center"><span class="Estilo18"><strong>Inicio</strong></span></div></td>
  </tr>
</tr> 



Suerte.