I'm using this code to put an image at the beginning of my post:
<img class="left" id="image12" src="/blog/wp-content/uploads/2006/10/astore-beta-logo-announceme.jpg" />
It works for IE, but in Firefox the image is placed further down in my page. On the main page it's a problem because the image comes up in the middle of another article.
I don't know if it's a Firefox bug or if I'm doing something wrong with my DIV tags. Any ideas?
The page is:
http://www.michaelmattox.com/blog/2006/10/04/amazons-omakase-astore-not-ready-for-primetime/
And finally, is this really the best way to put images in my post? It seems like a special tag would be better, because if I ever switch from Wordpress to another site my links aren't going to work.