TinyPortal
Development => Support => Topic started by: jarska on July 09, 2012, 07:38:52 AM
Hi,
with Google Chrome RSS feed blocks pictures don't show right?
See attached picture
TP 1.0 and SMF 2.0.2
Can I see a link to your problem?
Quote from: IchBin™ on July 10, 2012, 04:01:33 AM
Can I see a link to your problem?
Example Kliks (http://www.bmwsportbikes.fi/).
All of my forums same thing happens.
Confirmed. Works fine in IE9, and Firefox, but not in Chrome
In tp-style.css file about line #327 add this code to the rss_body class.
display: table;
That should fix the images and the layout problems I noticed there hopefully.
Quote from: IchBin™ on July 11, 2012, 03:51:25 PM
In tp-style.css file about line #327 add this code to the rss_body class.
display: table;
That should fix the images and the layout problems I noticed there hopefully.
Fixed with that, thank you. O0