I have been dealing with this very annoying feedburner issue. In my email RSS feed subscriptions, all of the line breaks are removed, so there is no spacing between paragraphs. Worse than that, I have hotlinking disabled on my domain and all of the feed emails have my "no linking" image and do not display the actual images in the article. In my htaccess file I have the following: RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://feeds2.feedburner.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://feedproxy.google.com/ [NC] Code (markup): What domain am I not including in the hotlinking "OK" list???