Results 1 to 2 of 2

Thread: Change Resolution automatic

  1. #1
    Join Date
    Mar 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool 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.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •