Quote:
Originally Posted by Freesteyelz
The correct code should be:
Code:
<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>
Change the values to point to your site and to your image; add title. Then in Main CSS "Additional CSS Definitions" (at the bottom) add:
|
<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>
Do I add that in Additional CSS Definitions?