1 woodman3 Jul 20, 2007 22:22
3 woodman3 Aug 01, 2007 18:30
Sorry to be so late in response but i have been traveling.
My problem is when I preview my post regardless or words before or after the picture it shifts the picture to the absolute bottom of the post and leaves a considerable blank area at the top of the page.
I have even taken older posts that were correct and coppied them into a new post and they do the same thing, so I wonder if the issue is in my _main?
4 afwas Aug 02, 2007 00:33
I think you solve your problem if you add this piece of code to the file ../blog/skins/andreas_01/stylesheet.css:
.image_block {
float: left;
margin: 4px;
}
Good luck
5 woodman3 Aug 02, 2007 19:54
Afwas, did the trick, much thanks... :)
Can you provide a link to a specific post where this is happening? On checking your main page, there is that post with the image of the people on the tractor. Are you saying that image is supposed to be above the text of the post? The code for that post looks like this:
so the image is clearly after the text... Did you insert the image (in the post editor) before you typed your text? From the code above it looks like you typed first and imaged after...
jj.