View Single Post
  #8 (permalink)  
Old 13-04-2008, 01:37 PM
kip's Avatar
kip kip is offline
Established Member
 
Join Date: Sep 2007
Location: Goldfish Bowl
Gender: Male
Posts: 338
Default

Your css files seems to be adding 50% left padding to everything within your body

Code:
body {	font-size: 11px;	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	margin: 0px;	padding-left: 50%;	background: #aac5d5 url(images/bg2.gif) center repeat-y;	position: absolute;}
__________________
"I don't build sites that validate, I prefer to charge the client extra when they break!"
Reply With Quote