Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/07/2008, 12:41
gcs
 
Fecha de Ingreso: enero-2004
Ubicación: Heredia, Costa Rica
Mensajes: 191
Antigüedad: 20 años, 3 meses
Puntos: 0
Respuesta: ayuda con este problema

Bueno esos 313 errores no son directamente de metidas de patas si no de simbolos propios en la carga de informacion como simbolos = y &

Este es el CSS:

#contenido {
width: 1024px;
margin: 0 auto;
text-align: left;
}

#header {
width: 1024px;
}

#header-logo {
background:url(../images/myt_logo.gif);
float:left;
width: 292px;
height:94px;
}

#header-menu {
background:url(../images/myt_topBG.gif) no-repeat;
float:left;
width: 688px;
height:94px;
}
#header-nav {
background:url(../images/myt_nav.gif) repeat-x;
height:28px;
}
#maincontent {
background:url(../images/myt_contentBG.gif) no-repeat bottom right;
background-color:#FFFFFF;
width:100%;
text-align: left;
padding-bottom:25px;
}
#footer {
background:url(../images/myt_bottomBG.gif);
width:100%;
height:74px;
text-align: left;
}

#footer-info {
width: 980px;
margin: 0 auto;
text-align: left;
}

/* definicion de columnas en index.php */
#content-ColA {
width: 346px;
float: left;
padding: 5px;
background:url(../images/segmento_columna.gif) repeat-y right;
}

#content-ColB {
width: 284px;
float: left;
padding: 5px;
background:url(../images/segmento_columna.gif) repeat-y right;
}

#content-ColC {
width: 190px;
float: left;
padding: 5px;
}

#content-ColD {
width: 160px;
float: left;
padding: 5px;
}

/* fin definicion de columnas en index.php */