Click to See Complete Forum and Search --> : Windows Display Settings


ei1180
02-23-2003, 12:53 PM
I want my webpage to be a certain width and height, however when a user changes their window settings (i.e. display font size to larger font sizes) the contents of the page do not fit. This is a concern because I don't want the page to be resized.

I would like to keep my font sizes, but if I need to adjust the page dimensions I will.

Or ... Is there a way for me to find out what the display settings are? If I can do this I can create a variable that changes the width and height of the page.

Any help would be greatly appreciated.

Charles
02-23-2003, 01:00 PM
You're not supposed to control the height and width of your user's windows. Nor are you supposed to keep them from making the fonts big enough for them to read. HTML is supposed to be platform independent. If you need that much control then you need to publish your page in PDF.

ei1180
02-23-2003, 01:12 PM
I don't care what the size the font is or what the width and height of the window is so long as everything is displayed and there is not alot of "white space" around the content of the page.