AVOID OVERLAPPING PICTURES
You've aligned your picture and written some text, but the next paragraph needs a different picture.
But now the pictures are crunched in together and you want space without having to use lots of breaks? Simple solution...
<br clear="all">
Place the above code between the two paragraphs and it tells the next paragraph not to start until all graphics and text are clear so as not to override each other.
