Active
Project:
Pixture Reloaded
Version:
6.x-3.2
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
8 Nov 2010 at 02:56 UTC
Updated:
10 Nov 2010 at 19:04 UTC
In Sidebar Right I have an image included in the block. The image bleeds into the subsequent block. I have not modified any code for the theme, only worked within it's original settings. Can you give insight into what is causing this and if I can correct it?
Thank you!
Comments
Comment #1
skelleyh commentedComment #2
Deepika.chavan commentedHi,
Try removing 'align="LEFT" ' which is there in
<img>tab.i.e. replace
<img border="0" align="LEFT" src="http://soulintentarts.com/images/GOTD_tiny.jpg"/>by
<img border="0" src="http://soulintentarts.com/images/GOTD_tiny.jpg"/>Rgrds,
Deepika Chavan.
Comment #3
skelleyh commentedYou're brilliant. Where should I send your favorite cookies?
Thank you.