PDA

View Full Version : Table to page edge



digitalracks
22 Jan 2007, 06:57 AM
Hello,

I use a table at 100%, but how do I make it go right up to the very edge of the page.?

Thanks

Wickham
22 Jan 2007, 07:13 AM
The page body is probably setting a default margin of about 20px.

Either put this in the head section of your page:-
<style type="text/css">
body {margin: 0;}
</style>

or put body {margin:0;} in your stylesheet if you have one.