CLICK HERE

Earning More

Clickz

Thursday, December 2, 2010

Use an Image as a Link codes

Use an image as a link
<html>
<body>

<p>Create a link of an image:
<a href="d:\CWG 2010 DELHI.jpg">
<img src="d:\Nature_Mountains.jpg" alt="Kuldeep Ji" width="32" height="32" />
</a></p>

<p>No border around the image, but still a link:
<a href="d:\CWG 2010 DELHI.jpg">
<img border="0" src="d:\CWG 2010 DELHI.jpg" alt="Kuldeep Ji" width="32" height="32" />
</a></p>

</body>
</html>

1 comment: