ayuda NO ENCUENTRO MI PAGE

Un par de problemas que tengo...
Cuando cargo la URL de mi web en el explorer me aparece este mensage:
¡Vaya! Internet Explorer no ha podido encontrar la página www.webliberal.mypressonline.com.

No entiendo porque porque antes si que la encontraba.

Otra duda que tengo es que en la carpeta local mis html estan relacionados con mis hojas css y todo cuadra a la perfaccion, pero en el servidor nada esta relacionado y queda descuadrado, tambien subi la carpeta objetos y no me salen las imagenes, alguien puede decirme porque me pasa? igual tengo que modificar las rutas? os dejo un pantallazo de mi html y css, por si es de ayuda.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="curva-superior"></div>
<div id="cabecera">
<div id="logo">
<a href="index.html">
[contenido no disponible]</div>
<div id="publicidad">Bienvenidos a mi web</div>
</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu">
<ul>
  • Enlace 1
  • Enlace 2
  • Enlace 3</lu>
    </div>


    Esta sera la zona principal de la web</p>


    there were three men on the door, and they wanted to come in so I went to the door and I opened it. I need be a superman cause I love to be a supeman you know what I wanted to say? so that´s my way of life nevertheless I thing that you have to be a prepared peron for the life, what do you think about it? There have been any storms this week? there havent been storms this week, and so far? there haven´t been more storms this week, as far as I know there haven´t been more stroms this week, It rains cats and dogs, wheather is terrible</p>
    </div>
    <div id="pie">Este es el pié de página</div>
    <div id="curva-inferior"></div>
    </div>

    </body>
    </html>

    y el css

    * {margin:0px ; padding:0px ; border: 0px}
    #global {width:800px ; margin: 4px auto }
    #cabecera {background-color: white;height: 85px;
    border-left: black 1px solid; border-right: black 1px solid}
    #logo{ width: 250px; float:left}
    #publicidad { width: 518px; float: right; margin-top: 25px}
    #navegacion {background-color: gray; border: black 1px solid }
    #contenido {background-color: orange; padding: 3px 6px 3px 6px;
    border-left: black 1px solid; border-right: black 1px solid}
    #pie {background-color: white; border-top: black 1px solid;
    border-left: black 1px solid; border-right:black 1px solid}
    body {text-align: center}
    #menu {background-color: yellow ; width: 150px ; float:left ; text-align:left;
    border: black 1px solid; margin: 0px 15px 0px 0px }
    #menu li {list-style:none ; margin: 4px 15px 4px 10px}
    a {color: blue; font-size:1.3em ; text-decoration: none}
    #contenido p {padding: 5px 10px 5px 10px; text-indent: 15px}
    p {text-align: justify}
    #curva-superior { background-image: url(objetos/curva-superior.gif) ;
    background-repeat: no-repeat ;
    width: 800px ;
    heigth: 15px;
    overflow: hidden }
    #curva-inferior { background-image: url(objetos/curva-inferior.gif) ;
    background-repeat: no-repeat ;
    width:800px ;
    height: 12px;
    overflow: hidden }

    Gracias de antemano.

    Saludos
  • Hola,
    bueno primero te contestaré a tu segunda duda,
    tu tienes;

    <link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">

    Y tu hoja de estilos no se llama "estilo-general.css", se llama "estilos.css".
    Cambia el nombre y se solucionará.


    Luego a tu primera duda,
    tu sitio es este;
    http://webliberal.mypressonline.com/

    Este sitio es un subdominio, y no lleva las tres "w".
    Luego google no ha indexado tu sitio, o sea que hacer las búsquedas en el navegador no te mostrará resultados hasta que tu sitio haya sido indexado.

    No se si lo entiendes, si no es así, no te preocupes por que con el tiempo lo entenderás.

    Haz una busqueda "http://" de tu sitio en la barra de más arriba de tu navegador y lograrás entrar.
    Escribe esto;
    http://webliberal.mypressonline.com/

    saludos

    manmanu
    manmanu escribió:Hola,
    bueno primero te contestaré a tu segunda duda,
    tu tienes;

    <link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">

    Y tu hoja de estilos no se llama "estilo-general.css", se llama "estilos.css".
    Cambia el nombre y se solucionará.


    Luego a tu primera duda,
    tu sitio es este;
    http://webliberal.mypressonline.com/

    Este sitio es un subdominio, y no lleva las tres "w".
    Luego google no ha indexado tu sitio, o sea que hacer las búsquedas en el navegador no te mostrará resultados hasta que tu sitio haya sido indexado.

    No se si lo entiendes, si no es así, no te preocupes por que con el tiempo lo entenderás.

    Haz una busqueda "http://" de tu sitio en la barra de más arriba de tu navegador y lograrás entrar.
    Escribe esto;
    http://webliberal.mypressonline.com/

    saludos

    manmanu

    Eres un crack!

    Saludos