Overlapping Blocks

Permalink
I have just had two blocks overlap each other on this page;
http://www.burtsgh.com/index.php?cID=129... If you look at that page you will see two images beneath the main banner image in the header. The images should be one on top of the other (they are in two separate blocks).

 
Maynar replied on at Permalink Reply
Maynar
Images get a float attribute added to them when they are added. float left in this case and this will make it behave "weird" sometimes, but it renders ok. You could use the image block instead or place the image in a table or such a container.