The code should be:
<div id="img"></div>But yep, that’d work fine. Though if you’re using it more than once on a page you should change it to a class (<div class=“img”> rather than <div id=“img”>).
Otherwise cool!
I tried this div class=img but if I want to line up say, the podcast icon along with the rss icon, separated by a nbsp, I still need two divs! I thought div took care of all that was within it?
<div class="img"><a href="http://www.mydomain.com/blogaddress/feed.xml"><img src="images/rss.gif" class="img" width="24" height="24" border="0"></a></div> <div class="img"><a href="http://www.nhtaxpayerradio.com/feed.xml"><img src="images/podcast.gif" class="img" width="24" height="24" border="0"></a></div>
