Too much white space at the top of my homepage

J

JP

Type the following in your HTML at the top where is says
body: Should read as follows:
<Body marginwidth="0" marginheight="0" topmargin="0"
leftmargin="0" rightmargin="0" (leave here whatever color
information etc that is here)>

This will take all white space away. If you wish to add
space just change "0" to "1" etc.

Good luck
John
 
Top