Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2005, 01:12
banderas20
 
Fecha de Ingreso: noviembre-2003
Mensajes: 456
Antigüedad: 21 años, 4 meses
Puntos: 1
Pregunta

Hola de nuevo.

ZELL: Tengo bien puesta la referencia: <link href="/estilos.css" rel="stylesheet" type="text/css">

MATIUS: la sintaxis creo que está bien, porque la hoja CSS está en la raíz del sitio, y los archivos que la utilizan no tienen porqué estar en el mismo sitio.

CULANTRAX: me muestra que hay 1 error, y el CSS es el siguiente:

--------------

body
{
margin:9px;
font-size:12px;
color:#000000;
padding:0px;
background-color:#006600;
font-family:Verdana, Arial, sans-serif;
}

.tablagrande
{
font-size: 12px;
color: #000000;
border-color:#FFFF00;
border-width: 1px;
padding:0px;
background-color: #99CCCC;
font-family:Verdana, Arial, sans-serif;
}
a { color: #FF0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
a:hover {
color: #FF9900;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a.menu { color: #FF3300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;}
a.menu:hover { color: #FFFF00;
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: underline;
font-weight: normal;
}
.titulo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align:center;
color: #669999;
background-color: #FFCC33;
}

----------------------

¿Me podéis ayudar un poquillo máis?

Gracias!