I have an advertisement I am trying to set up in the right hand corner of my blog. I can add the pic but cant seem to find the right code to link that pic to the correct site.
If you go to http://www.glutenfreepost.com you will see the top ad and a few lines below it the same ad with the correct link.
This is what it looks like now in Style.css:
background: no-repeat url(images/holiday_ad.jpg) bottom right;
And this is what it looks like in my Text Widget that works:
<ahref="http://www.holidaybakingcompany.com/">img src="http://glutenfreepostv2.com/wordpress/wp-content/uploads/2009/04holiday_ad.jpg"alt="holiday_ad" width="239" height="65"/>
So what part of that do I need to add to the CSS code to make it link to the bakery?
Thanks Peeps!