Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2009, 23:40
Avatar de wesse
wesse
 
Fecha de Ingreso: junio-2003
Ubicación: España
Mensajes: 577
Antigüedad: 20 años, 10 meses
Puntos: 1
Respuesta: Problema con los colores de enlaces.

Gracias por tu respuesta, pero no he solucionado el problema. Siguiendo tus indicaciones me sale aún peor, ya que aparece todo sin formato:

Código:
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.pg p {font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 22px;
          color: #FFF;
          background-color: #000;}
.pg p a {color: #FFF;}
.pg p a:visited {color: #666;}
.pg p a:hover {color: #C00;}
-->
</style>
</head>

<body>
<p class="pg">zxvzxcv <a href="asdfg">asdfasdf</a> <a href="asdf">asdfasdf </a></p>
</body>
</html>