Most modern browsers will accept the following CSS:
code:
body {
margin: 0;
padding: 0;
}
Note: padding is required as Opera also adds padding to the page
However, this will not work properly in older browsers (NS4.x and old versions of IE) and so if you want to make your page work for those browsers you'll need this extra code: