Results 1 to 2 of 2

Thread: Table to page edge

  1. #1
    Join Date
    Jan 2007
    Posts
    1

    Table to page edge

    Hello,

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

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    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.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •