View Single Post
  #2 (permalink)  
Old Oct 27th, 2006, 11:24
karloff karloff is offline
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

in my work which uses ie6 (so i don't have access to FF) but have u tried adding this to yer css


Code: Select all
html {margin:0;
padding: 0 ;
}
 
* {margin:0;
padding: 0 ;
}
Reply With Quote