Fix The Blogger Template Scrolling Problem

From WizBangTech

The new version of Blogger has new templates that for some reason have scrolling issues in Internet Explorer. The CSS for the template appears not to work properly in IE. This could be to IE or the template, but do you really care? You just want a fix. Two possibilities for you:

1) Put this: <div style=”clear:both;”></div>
Just before the </body> tag at the bottom of your template. That should fix the scrolling problem.

2) Put this: <?xml version=’1.0′ encoding=’UTF-8′?>
at the top of your template. This allegedly fixes the problem as well.

Leave a Reply