Figured that out. Must think another way to do this than simply put the img-tags to template after and before the {weblog}. Ive had the margins put to zero but that doesnt help either. (using the DIV).
If you’re using IMG tags, rather than CSS, to add those images to your site, try making the images block level elements. Which is as simple as:
You can find more info here. It’s a somewhat older article, and talks about using images in table-based designs, the core issue is still the same.
Another idea would be to use CSS, and specify those images as background images.