When an image is embedded in a RSS feed, no padding is applied to the surrounding text. Visually, the text/image runs into each other. As a point of reference, Aggregator applies some amount of padding between the image and text.

Comments

Maniac8888’s picture

Priority: Critical » Normal

Priority changed to "normal." Sorry about that.

ahwayakchih’s picture

Assigned: Unassigned » ahwayakchih

That can be done with theming (apply CSS rule to item nodes which will add margin to img tags inside content) and/or filtering mechanism (create filter which adds padding to images when node is viewed).

Maniac8888’s picture

Category: bug » feature

I was mistaken. Aggregator does not insert padding between the image and text either. I have changed this to a feature request.

Maniac8888’s picture

Of course you are correct. Thanks.

ahwayakchih’s picture

Ok, but You mean content right? And that's a job for theme. I'd like to keep content original as it was aggregated, if it's only possible. By "adding padding" to text inside content it will change it, and that's not too good. Please try to change look of images-text with theme (probably CSS).

ahwayakchih’s picture

Status: Active » Closed (fixed)

heh, i started answering before You wrote Your answer :)
So everything's ok, closing :)