Displaying Blogger Images

Well, it’s finally fixed, and the remedy was quite simple actually. It had to do with a bug Internet Explorer has when displaying ‘floating’ objects using CSS. So all I had to do was add this bit of code to my template in the [style] section:

#main-column img {
position:relative;
}

Where you replace ‘#main-column’ with whatever id or class is being used for all your blog posts. So, hopefully this is fixed for good, and maybe I won’t lose so many god damn Battle of the Blogs anymore.

Here’s the link in Blogger Help where I found the solution.



3 Responses to “Displaying Blogger Images”