Thursday, 23 February 2012

removing underline from link

<html>
<head>
<style type="text/css">
a {text-decoration:none;}
</style>
</head>

<body>
<p>Link to: <a href="http://latestall707.blogspot.com">latestall707.blogspot.com</a></p>
</body>

</html>


No comments:

Post a Comment