Mmm .. I'm going to take a stab at this as no-one else has offered. If you use percentage rather than pixel as the size of the page and the elements on it, it will size according to the size of the viewable window. E.g. create a page, put a table in it which is set as size 85%, and it (and it's contents) will be 85% of the window. Give it a shot. I know tables should be replaced by CSS now, but I'm not that proficient with CSS so I'd suggest looking it up!