fastpc
Member
Posted 9 months ago #
How do I format the border, padding and margins of images icluded in a rss feed? This is the feed I am displaying http://news.yahoo.com/rss/tech
I want to leave a larger gap between the text and images, put a border around images etc. Please explain in noob language.
Thanks in advance.
http://wordpress.org/extend/plugins/hungryfeed/
The HTML formatting is actually embedded in the feed itself. One option to change it would be to create some custom CSS and override the styles. Another option is to look into the HungryFEED templates feature and particularly the "selectors" which allow you to pluck out certain html elements from the feed.
Both of these do require some knowledge of html and css, but it's not impossible!