Results 1 to 3 of 3

Thread: site in the center of the screen?

  1. #1

    Thread Starter
    Addicted Member herpysz's Avatar
    Join Date
    Mar 2002
    Location
    Europe>Moldova>Kishinev
    Posts
    176

    site in the center of the screen?

    Hi!
    How can I make that my site will be in the center of the screen...no meter how big is the screen???

    Because at a 15' monitor it is in the center(by heigth), but at the 17' monitor it is in the top side...because of the bigger screen size!

    So any idea? PLz helP!
    Next regards from Herpysz!

  2. #2
    Lively Member
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    96
    if it's in a window.. just use frames or a table structure
    width in %
    -----------------
    | | | |
    | |-------| |
    | | x | |
    | | | |
    | |-------| |
    | | | |
    -----------------

  3. #3
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    If you wanted, say, a 640x480 table in the centre of the screen:
    Code:
    <table cellpadding=0px cellspacing=0px style="width:100%;height:100%;">
    <tr>
    <td align=center valign=middle style="width:640px;height:480px">
    *table content
    </td>
    </tr>
    </table>
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

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



Click Here to Expand Forum to Full Width