How does screen resolution size affect how my Web page will be displayed?
If you don’t test your pages using different screen resolutions, your page may be stretched to fit a large screen, or be cropped to fit a small screen. Many experienced Web designers use HTML tables to control their page layout, yet they design their pages on large, 1024×768 pixel screens. When these pages are displayed on smaller computer screens, the browser may not be able to fit all the content onto the screen. In these cases the content scrolls to the right of the page and is rarely viewed by visitors. This problem should be easy to avoid, yet a surprising number of otherwise well-designed Web sites don’t fit within the standard 800-pixel PC computer screen. This is especially a problem for pages built by graphic artists using a Macintosh, whose standard screen size is 1024×768. Many designers forget that designing for an 800-pixel screen means using roughly a 750-pixel layout. Many less experienced Webmasters design their pages without tables, or dimension their tables to fit 100