HTML/CSS Layout--help enter blank space in layout

4 views
Skip to first unread message

diversifiedproducts

unread,
Dec 23, 2008, 5:14:24 PM12/23/08
to Webmasters Helping Webmasters
I know this is probably newbie-ish, but I have tried and not been able
to solve this problem. In the link below I have a test page for you
to view.

As you can seen there are two columns of products. I need to figure
out if and how I can make either column have a blank space without
changing the layout. Any help would be appreciated.

The page can be seen here: http://dpsjansan.com/newallpurposecleaners

Vision Jinx

unread,
Dec 23, 2008, 5:42:34 PM12/23/08
to Webmasters Helping Webmasters
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;">&nbsp;</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
Reply all
Reply to author
Forward
0 new messages