Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    6

    Default Centre page horizontally in browser

    Hi

    Is it possible to have a page open in the center of the browser, not just vertically but also horizontally too.

    I am creating a web site with a small title page and it alway appears at the top of the page.

    Thanks for any help!

    Nick

  2. #2
    Join Date
    Sep 2005
    Location
    London, England
    Posts
    520

    Default Re: Centre page horizontally in browser

    Not sure how it would sit with the rest of the webdesigner code but you could try manually adding the following to the HTML before your content:

    <CENTER>
    <TABLE WIDTH="100%" HEIGHT="100%" BORDER="0">
    <TR>
    <TD ALIGN="CENTER" VALIGN="MIDDLE">


    And the following after your content:

    </TD>
    </TR>
    </TABLE>

    </CENTER>

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Centre page horizontally in browser

    No, it will certainly not work this way.
    I may come up with an appropriate tweak later.
    John.

 

 

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
  •