View Single Post
  #5 (permalink)  
Old 13-05-2008, 09:35 AM
blueocto's Avatar
blueocto blueocto is offline
Forum Sniper
 
Join Date: Oct 2007
Location: Newcastle upon Tyne
Gender: Female
Posts: 1,760
Default

Quote:
Originally Posted by Arkady View Post
Insert:
Code:
*{
padding: 0;
margin: 0;
}
at the beginning of your style sheet to reset all margins and padding to zero.
They already have that in their CSS... I think you need have
Code:
 body {
padding: 0;
margin: 0;
}
As * stands for nothing? worth a try...
__________________
CM Designs | My Art Site
Reply With Quote