Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/01/2010, 06:48
Avatar de ceSharp
ceSharp
 
Fecha de Ingreso: octubre-2008
Ubicación: Madrid
Mensajes: 495
Antigüedad: 15 años, 6 meses
Puntos: 66
Respuesta: problema en mi web

hola Cristina,

no sé hasta que punto afecta estos errores pero te comento lo que visto.

1) según lo que has puesto en tu post tienes dos secciones <head></head> y dos <title></title>
2) para escribir un bloque de CSS mejor dentro de la etiqueta <script type="text/css"></script>
4) hay un <meta> que está fuera del encabezado (<head>)
3) los <metas> no los cierras; cerrados mejor... (<meta ........................ />)

por lo demás todo bien. evita poner en mayúsculas los nombres de etiqueta y atributos, porque seguro que algún navegador que otro no los soporta, vale?

así es como debería estar:
--------------------------------------------
<!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">
<!-- DW6 -->
<script type="text/css">
<!--
.Estilo1 {font-size: 29px}
.Estilo31 {font-size: 18px}
.Estilo33 {color: #333333}
.Estilo38 {color: #99CCFF}
-->
</script>
<head>
<meta name="verify-v1" content="FxXFmGzHGuZ7m2vZWKU1xima/cYpB91zwiJktUVuL90=" />
<title>HULES BARCELONA</title>
<meta name="author" content="HULESBARCELONA"/>
<meta name="keywords" content="hulesbarcelona,hule,mantel hule,hules lisos,hule mesa,hules plastico,hule mantel,hules fotograficos,mantel hule,manteles"/>
<meta name="description" content="TODA CLASE DE HULES PARA EL HOGAR, TERRAZAS BARES,RESTAURANTES ETC... "/>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="distribution" content="global"/>
<meta name="resource-type" content="document"/>
<meta name="verify-v1" content="FxXFmGzHGuZ7m2vZWKU1xima/cYpB91zwiJktUVuL90=" />
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="mm_restaurant1.css" type="text/css" />
</head>
---------------------------------------

si no es eso lo que te pasa, especifica un poco más, como dice David.

salu2