I'm using Windows Live Writer to blog with. It's comfortable and quite easy to use. Sadly, it has a pretty annoying ability to mess up bullet formatting.
The problem:
<ul>
<li>
<div>Point1</div>
</li>
<li>
<div>Point2</div>
</li>
</ul>
That's by default how WLW manages bullets.
I want it to be like this:
<ul>
<li>Point1</li>
<li>Point2</li>
</ul>
But simply can't figure out a way to do so. What happens with the <div> wrapping around each bullet is you get the bullet, and puts the content in a fresh line. It's a waste of space and looks quite awkward. I can manually fix this, but it's time consuming and extremely frustrating. Any idea if WLW has a way to change this or am I gonna have to stick with manually fixing these through the source?
Thanks for your time.
The blog I need help with is 2hardcore.wordpress.com.