Quote:
Originally Posted by Arkady
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...