|
First of all, you didn't attach any images here, so let's tackle what you're trying to accomplish ... my first advice is to learn Basic HTML; it sounds like you have an amount of limited knowledge.
I did look at the code on your site, and you have alot of code issues, especially with tables and your CSS should be in a separate file; and your copied javascript has alot of coding issues.
As for the code you're asking about...
<a href="http://www.yoursite.com">
<img src="http://www.yoursite.com/image name.jpg" alt="Image Description" border="0" /></a>
|