15/01/2007, 22:23
|
| | | Fecha de Ingreso: abril-2006 Ubicación: San Rafael, Mendoza
Mensajes: 311
Antigüedad: 18 años, 9 meses Puntos: 15 | |
Re: Como subrayar un enlace en Dreamwever??
Código:
a, a:link {
text-decoration:none;
color:#0099CC;
}
a, a:visited {
color:#0080B0;
}
a:hover {
text-decoration:underline;
}
|