-
Change Resolution automatic
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.
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks