Link to home
Start Free TrialLog in
Avatar of westone
westoneFlag for United States of America

asked on

centering a page

I have created a page in DW MX for a 800x600 screen. It would be nice if, when a user has a higher resolution screen, the page loaded in the center of the browser window, instead of being bumped over to the left. Is there a way to detect the user's screen resolution and/or just have the page load in the center of the browser window?
Avatar of Zeffer
Zeffer
Flag of New Zealand image

wouldn't it be better if the page scaled up or down to the users screen size? You do this with tables set to percentages...check out the following..

http://www.smartwebby.com/web_site_design/designing_websites_for_all_resolutions.asp

http://www.macromedia.com/support/dreamweaver/ts/documents/borderless_table.htm

Z
ASKER CERTIFIED SOLUTION
Avatar of Bit_Twiddler
Bit_Twiddler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of westone

ASKER

Just what I asked for, Thanks!