<html>
<head>
<base href="/~sultans/html/demo/3image/">
</head>
<body>
<H2>Clickable Image - with and w/o border</h2>
<a href="http://samsultan.com"> <img src="primary.jpg"> </a>
<a href="http://samsultan.com"> <img src="primary.jpg" border="2"> </a>
<br>
<a href="http://samsultan.com" > <img src="primary.jpg" height="65" width="65"> </a>
<a href="http://samsultan.com" > <img src="primary.jpg" height="65" width="65" border="1"> </a>
<br>
<a href="http://samsultan.com"> <img src="login.gif"> </a>
<a href="http://samsultan.com"> <img src="login.gif" border="1"> </a>
<br>
<a href="http://samsultan.com"> <img src="cart.gif"> </a>
<a href="http://samsultan.com"> <img src="cart.gif" border="1"> </a>
</body>
</html>