Well, the WYSIWYG-editor can act strange by posting images, and it doesn't allow fine-tuning on its size. Since I once learned programming, but before the internet was common, I decided to do some investigations on HTML. And in order to do some easy copy and paint, I made a text-file. Then I thought it might be handy for some starting HTML-ers as well ;-)
<!-------- LeftFloatImage 1/2 -------->
<a href=" ImgURLzzzzzzzzz " imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" width="320"
src=" ImgURLzzzzzzzz " /> </a>
- The text between <!--
and -->
is just comment, to keep your program clear,;because as I've been thought: a good program is not only one that works, but one you still understand after a long period, in order to make modifications, without hours of studying the program.
- The ImgURLzzzzzzzzz
is where you paste the images URL: right click
on the image, and choose "Copy URL
"; I added the zzzzzzzzz to make it easy to find where you have to replace, and I made a one word of it, so double clicking allows you an easy replacement :-)