Double line in microsoft.co.il Blog posts...
If you have a blog at blog.Microsoft.co.il, then you familiar with the Double line when pressing enter.
It happens because every time we press enter, the editor automatically add a new <p></p> and wraps the text in the line.
Now, by default, the margins for this tags <p></p> (top, bottom) are very high, I think its 7-10px approximately.
To prevent this for happening, you only need to override a CSS class in the "My Blog Dashboard", just add the next code:
.post p { margin-top:3px; margin-bottom:3px; }
you can easily change the top or the bottom margins, just change it from 3px to 0px and see what happens...
Also, don't forget to update your Windows Live Writer with the Blog setting, if you using one:
Weblog --> Edit Weblog Settings --> Editing --> Update Style