Closed (fixed)
Project:
Aggregator2
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Nov 2005 at 16:47 UTC
Updated:
2 Nov 2005 at 18:20 UTC
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
Comment #1
Maniac8888 commentedPriority changed to "normal." Sorry about that.
Comment #2
ahwayakchih commentedThat 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).
Comment #3
Maniac8888 commentedI was mistaken. Aggregator does not insert padding between the image and text either. I have changed this to a feature request.
Comment #4
Maniac8888 commentedOf course you are correct. Thanks.
Comment #5
ahwayakchih commentedOk, 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).
Comment #6
ahwayakchih commentedheh, i started answering before You wrote Your answer :)
So everything's ok, closing :)