13/09/2005, 03:26
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 2 meses Puntos: 59 | |
Hola indie81
Código:
<html>
<head>
<style>
a:link
{color: #00008B;
border-bottom:1px dotted;
text-decoration: none;
font-family: verdana;
font-size: 12px;
font-weight: normal;}
a:visited
{color: #00008B;
text-decoration: none;
font-family: verdana;
font-size: 12px;
font-weight: normal;}
a:hover
{color: #00008B;
border-bottom:1px none;
text-decoration: underline;
font-family: verdana;
font-size: 12px;
font-weight: normal;}
a:active
{color: #008000;
text-decoration: none;
font-family: verdana;
font-size: 12px;
font-weight: normal;}
</style>
</head>
<body>
<a href="http://www.forosdelweb">Foros del Web</a>
</body>
</html>
Saludos |