Mon Feb 27, 2012 1:42 pm
<html>
<head>
<title>links CSS properties</title>
<style type="text/css">
a.custLink:link {
color: #5476FC;
text-decoration: none
}
a.custLink:visited {
color: #22FF34;
text-decoration: none;
}
a.custLink:hover {
color: red;
text-decoration: underlined;
}
a.custLink:active {
color: #F55423;
text-decoration: none;
}
a.custLink:focus {
color: #6436FC;
text-decoration: underlined;
}
</style>
</head>
<body>
<p>
<a class="custLink" href="http://www.codemiles.com">Visit Codemiles Community</a>
</p>
</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.