Sun Dec 04, 2011 10:50 pm
<html>
<head>
<title>Change the default link style to not underline</title>
<style type="text/css">
a {text-decoration: none;}
a:hover {text-decoration: underline;}
</style>
</head>
<body>
<div class="head">no underline</div>
<div class="content">
<a href="#1">Index</a>
<a href="#2">Home</a>
<a href="#3">News</a>
<a href="#4">Contact us</a>
</div>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.