I switched to Skydrive for my image hosting recently, and after getting the page formatting the way it needed to be, I ran into an issue with my RSS feed. In particular, when I used img src= the image would show up in the feed. However, the images in iFrames do not.
The iFrames are formatted perfectly for my margins and all I need to do is copy and paste an embed code. With the img, I will need to add all of the dimension code. Obviously I would like to continue using iFrames since they fit well and need little work, img src is a do-able but more involved solution (read: I don't want to have to tinker around in HTML if possible).
Most of all I just want all the images on my page to show up in my reader: what are my options?
<img src="image.jpg">on its own is fine. The browser will show the image at its correct size. – DisgruntledGoat Nov 11 '10 at 12:21