Hi,
I don't think I am entirely clear on what your looking for but to
offer some suggestions...
To create a blank space use
If you need more then just to add a blank space (blank area) then you
can put it in a div tag and style the size.
<div style="width:200px;height:200px;"> </div>
This will make a blank box 200x200px
I noticed that your form overlaps your images... If you want to get
rid of that you can also add style="clear:both" to your form to get it
to sit under the image (your floating your image).
You could also add just before the form <br style="clear:both;">
Hope that's what your looking for, if not, please post again with
additional details.
Cheers!
Vision Jinx
On Dec 23, 3:14 pm, diversifiedproducts