Bonsoir,
voilà je débute en CSS et je voudrais que mes liens soient sans soulignement et pourtant j'ai bien mit
none pour
font-decoration
enfin voilà ma feuille CSS et ma page de test :
// Feuille CSS
A:link {font-family: Helvetica,Arial,sans-serif; color: rgb(0, 0, 122); font-size:100%; font-decoration:none; }
A:visited { font-family: Helvetica,Arial,sans-serif; color: rgb(0, 0, 122); font-size:100%;font-decoration:none; }
A:hover { font-family: Helvetica,Arial,sans-serif; color: rgb(0, 0, 202); font-size:100%; border-top:dashed ;border-bottom:dashed ; border-color:black; border-width:1px; }
A:active { font-family: Helvetica,Arial,sans-serif; color: rgb(0, 0, 202); font-size:100%; font-decoration:none;}
// Code page de test
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>test</title>
<link rel="stylesheet" type="text/css"
href="CSS2.css">
</head>
<body>
<a href="<a href="http://www.google.fr/" target="_blank">http://www.google.fr/</a>">Gooooooogle</a>
</body>
</html>
voilà merci d'avance :-)
EDIT: petite info j'utilise Nvu pour éditer mes pages