Mellow D -> Web page adjustment (8/9/2001 19:47:00)
Hi,
Some people are telling me that they still have to scroll the bottom bar to the side to see the right of the page. I use a 17 inch monitor. Now, how do I make all the web pages to adjust automatically to a all screen sizes?
Thank you.
Gene -> RE: Web page adjustment (8/9/2001 22:55:00)
use tables and set the width to 100% then it will resize.
GBF -> RE: Web page adjustment (8/10/2001 20:25:00)
If you must have elements that are to span the screen, do not try to fix them down to a specific width/height. Use 100%, this way these elements will adjust to the screen resolution/size for the users browser.
GBF...
Mellow D -> RE: Web page adjustment (8/10/2001 20:23:00)