03/12/2008, 08:25
|
| | Fecha de Ingreso: junio-2004
Mensajes: 621
Antigüedad: 20 años, 6 meses Puntos: 25 | |
Respuesta: Mi web no se ve con firefox Cita:
Iniciado por upap Hola desde hace ya tiempo me vienen reclamando que mi portal no es visible con FIREFOX y con SAFARI
Se ve perfectamente con OPERA y EXPLORER
La web es: www.yahorake.com/index2.php
Alguna sugerencia????
Graciasssssss Normal. No está bien formada. Fíjate que tienes dos veces repetido el encabezado. De forma que tienes una etiqueta HTML dentro de la etiqueta BODY. Te pongo en negrita las etiquetas repetidas...
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="title" content="YAhoraKe.com ((YaK)) Tu portal de Ocio y Publicidad." />
<meta name="subject" content="YAhoraKe.com ((YaK)) Tu portal de Ocio y Publicidad." />
<meta name="description" content="Toda la información del ocio y la movida nocturna en YahoraKe. Noticias, entrevistas, música, fotos, etc." />
<meta name="keywords" content="fotos, movida, nocturna, agencia, gogos, djs, sesiones, noticias, noche" />
<meta name="Googlebot" content="index, follow" />
<meta name="robots" content="index, follow" />
<title>YahoraKe.com ((YaK)) Tu portal de Ocio y Publicidad.</title>
<link rel="stylesheet" type="text/css" href="estilo/dia.css" title="dia" />
<link rel="icon" type="image/png" href="estilo/imgs/favicon.png" />
<link rel="alternate" type="application/rss+xml" title="RSS de Noticias" href="modulos/feeds/rss_noticias.php" />
<link rel="alternate" type="application/rss+xml" title="RSS de Eventos" href="modulos/feeds/rss_eventos.php" />
<script src="../../../../../../../n37work/prototype.js" type="text/javascript"></script>
<script src="../../../../../../../n37work/scriptaculous.js" type="text/javascript"></script>
<script src="../../../../../../../n37work/n37work.js" type="text/javascript"></script>
<style type="text/css">
<!--
.Estilo1 {color: #000000}
-->
</style>
</head>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1754149-1";
urchinTracker();
</script>
<body>
<span class="i"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/estilo/menu.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id='menu'>...
Un saludo de,
eContento |