View Full Version : Change Resolution automatic
egrave
03-11-2005, 04:59 PM
I am looking for a javascript program that automaticly changes resolution. I have a web page that I did in 800x600 and if someone is using 1024x768 I want my 800x600 to be in the center of their page.
jscheuer1
03-12-2005, 07:32 AM
Just make the page centered, width 600px. A quick and dirty way is wrap all your content in:
<table align=center width=600px><tr><td>
content goes here
</td></tr></table>
It's better to make each individual element that is not contained inside another element centered and 600px wide.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.