Sun Dec 04, 2011 9:26 pm
<html>
<head>
<title>Change link font family and weight</title>
<style type="text/css">
a:link {
font-weight: bold;
text-decoration: none;
font-family:"Arial";
color: blue;
}
a:hover {
font-family:"Tahoma";
color: red;
}
a:visited {
font-weight: bold;
text-decoration: underline;
font-family:"Impact";
}
</style>
</head>
<body>
<ul>
<li><a href="c">Link1</a></li>
<li><a href="d">Link2</a></li>
<li><a href="e">Link3</a></li>
<li><a href="r">Link4</a></li>
</ul>
</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.