Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/09/2011, 18:23
eybel
 
Fecha de Ingreso: marzo-2007
Mensajes: 782
Antigüedad: 17 años, 1 mes
Puntos: 16
Respuesta: problemas con colores de links de menu. Menu embebido con php include

Este es mi index.php que tiene un menu embebido con php include... aca tiene ya a:link #FFFFFF y los demas tmb en blanco... pero siguen apareciendo en azul

Código HTML:
<!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=utf-8" />
<title>The Chic Magazine - Home</title>
<link href="template.css" rel="stylesheet" type="text/css" />
<style type="text/css">

</style>

<style type="text/css">
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-image: url(pics_content/bg.png);
}
</style>
</head>