Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/03/2010, 10:30
Avatar de Carlangueitor
Carlangueitor
Moderador ლ(ಠ益ಠლ)
 
Fecha de Ingreso: marzo-2008
Ubicación: México
Mensajes: 10.037
Antigüedad: 16 años, 1 mes
Puntos: 1329
Respuesta: iframe chrome

Amigo no estás cerrando los enlaces, tienes así:

Código HTML:
Ver original
  1. <TD VALIGN=top>
  2. <a href="empresa.html" target="indice" style="color: #000000; text-decoration:none"><h5 class="h5">Empresa
  3. <a href="fotos.html" target="indice" style="color: #000000; text-decoration:none">Fotos
  4. <a href="contacto.html" target="indice" style="color: #000000; text-decoration:none">Contacto</h5>
  5. <HR width=95&#37; SIZE=3 color=black align="center"></TD>

TIenes que cerrarlos así]:
Código HTML:
Ver original
  1. <TD VALIGN=top>
  2. <a href="empresa.html" target="indice" style="color: #000000; text-decoration:none"><h5 class="h5">Empresa</a>
  3. <a href="fotos.html" target="indice" style="color: #000000; text-decoration:none">Fotos</a>
  4. <a href="contacto.html" target="indice" style="color: #000000; text-decoration:none">Contacto</h5></a>
  5. <HR width=95% SIZE=3 color=black align="center"></TD>


Veo que tienes más errores, te vendría bien leer algo de XHTML, estás escribiendo tu código como si fuesen los 90's

Saludos
__________________
Grupo Telegram Docker en Español