Blogger and div tags
This is weird, Blogger just started adding these random div tags before and after my posts:
<div style="clear: both;"></div>
<div style="clear:both; padding-bottom: 0.25em;"></div>
Which is annoying, because that adds a whole little bit of white space that was totally not meant to be there. Will investigate.
Technorati Tags: blogger, tags
<div style="clear: both;"></div>
<div style="clear:both; padding-bottom: 0.25em;"></div>
Which is annoying, because that adds a whole little bit of white space that was totally not meant to be there. Will investigate.
Technorati Tags: blogger, tags
Comments
div { clear: none !important; }
Put that into your CSS file/template, and you're fixed. It may crock some other stuff up (my comments aren't looking as pretty at the moment as they were, but this also turns out to be a problem I'm having with my comments to start with, so... )
Grr. There's no reason Blogger should be inserting code without warning.