Html Help

Discussion in 'Gaming' started by __xThor, Aug 10, 2005.

  1. __xThor

    __xThor Well-Known Member

    Age:
    36
    Posts:
    705
    Likes Received:
    0
    Joined:
    Jun 6, 2004
    Location:
    Mohall,ND
    ok i have this front page and i need it to stay in the middle of the screen no matter what the setting of the comp at right now my setting are at 1024x768 and it in the middle but when i switch over to something else like 800x600 its off to the corner now how do i place it in the middle for every setting.

    and if you like coding and slicing i have a job open at the marketplace for a job i need done with me site so check it out. :D
     
  2. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    did you try:

    Code:
    <center> page  </center>
    
    or

    Code:
    <align=center> page </align>
    
    Im not sure if this is right, as I am doing it from memory.
     
  3. Mr. Cheeky

    Mr. Cheeky Well-Known Member

    Posts:
    1,410
    Likes Received:
    0
    Joined:
    Jul 19, 2005
    whats with the spam man?

    anyways, just after the <body> tag, put <center> and then put </center> before the </body> tag
     

Share This Page