Yes. Your right.
But when you do this it will also include a border, so you would want this:
Code:
<style type="text/css">
img{width:300px;height:250px;border:none;}
#wrap{width:650px;padding:10px;margin:auto;}
</style>
<div id="wrap">
<img src="http://h1.ripway.com/rangana/images/Picture1.png" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture5.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture1.png'">
<img src="http://h1.ripway.com/rangana/images/Picture2.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture6.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture2.jpg'">
<img src="http://h1.ripway.com/rangana/images/Picture3.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture7.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture3.jpg'">
<img src="http://h1.ripway.com/rangana/images/Picture4.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture8.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture4.jpg'">
</div>
And then to include the links:
Code:
<style type="text/css">
img{width:300px;height:250px;border:none;}
#wrap{width:650px;padding:10px;margin:auto;}
</style>
<div id="wrap">
<a href="#"><img src="http://h1.ripway.com/rangana/images/Picture1.png" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture5.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture1.png'"></a>
<a href="#"><img src="http://h1.ripway.com/rangana/images/Picture2.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture6.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture2.jpg'"></a>
<a href="#"><img src="http://h1.ripway.com/rangana/images/Picture3.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture7.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture3.jpg'"></a>
<a href="#"><img src="http://h1.ripway.com/rangana/images/Picture4.jpg" alt="myimage" onmouseover="this.src='http://h1.ripway.com/rangana/images/Picture8.jpg'" onmouseout="this.src='http://h1.ripway.com/rangana/images/Picture4.jpg'"></a>
</div>
Change the highlighted # to your link.
@Rangana, cool pics, where'd you get them?
Bookmarks