Thu Feb 16, 2012 3:48 pm
<html>
<head>
<title>Remove the border of the linked image</title>
<style type="text/css">
a img {
border: 0;
}
</style>
</head>
<body>
<center>
<p>
In this example we remove the border of the linked
image.
</p>
<a href="#"><img src="site_logo.gif" alt="codemiles" /></a>
<center>
</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.