2
after a couple of hours of messing with this I have solved the problem.
For those who may run accross this in the future you need to change this.
In weblog directory there is a styles.css file, you need to change Quote:
div.blogEntry {margin-left: 30px; margin-top: 10px; margin-bottom: 10px;}
to
Quote:
div.blogEntry {margin-left: 0px; margin-top: 10px; margin-bottom: 10px;}
For some reason Internet Explorer 6 does not resize the table when it lists the blog entry, instead it moves the margin out and this cuts off the words and runs them into your other blocks.