View Single Post
  #9 (permalink)  
Old 07-10-09, 07:55 AM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 2,659
Thanks: 0
Thanked 22 Times in 22 Posts
This is your problem:
HTML Code:
<body class="leafybackground" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
You need to fix this on all your pages.
Like I mentioned before, use a style to control the body margins.
HTML Code:
<body class="leafybackground" style="margin:0px;">
__________________
Jerry Broughton
Reply With Quote