[thelist] Whitespace on site

Russell Griechen russgri at bellsouth.net
Tue Oct 30 14:22:30 CST 2001


> I noted that the page had a lot of whitespace on the bottom and in

You can accomplish white space via css:

in the stylesheet:

DIV.br500{clear:both;height:500;}

<body>
<div class="br500">Would show 500 pixels of white space vertically above
this text
</div>






More information about the thelist mailing list