This is an example of a page where the text falls off the right hand side of the page. It's a real nuisance because it means that the user has to keep scrolling across to
to the right hand side of the screen to see everything that is contained within the table. This has happened because the person creating the table (me in this case) has
made the table 1000 pixels wide, which is rather too much for most screens to cope with. It would have been much better to have chosen a table width that was a %
This on the other hand is a table which is set to be 100% of the screen. You can see this when you come to resize the amount of space that the browser uses
since the table will resize as necessary. It's much more user friendly that a specific table size. It will also make a difference when you go to print out something
since the printer will print the table correctly. As well as tables, be careful when putting in graphics, since a large one can have the same effect!