Results 1 to 2 of 2

Thread: Centre Webpages On Screen

  1. #1
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Centre Webpages On Screen

    I recently created a basic website using an authoring tool (provided by the company which is hosting my site).

    You may view the site at: http://www.migrationguru.com.au

    However when the website loads into my browser it gives a blank column on the left side. How can I make sure that:-

    1. The webpages loads into the centre of screen (not towards the left)


    1. Is there a way that the page can automatically resize itself depending on the screen size of the end user?


    Any help would be really appreciate as I am real novice at this

    Ranjita

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Replace this line:
    Code:
    <TABLE id="Table_01" width=780 height=601 border=0 cellpadding=0 cellspacing=0>
    with this:
    Code:
    <TABLE id="Table_01" width="100&#37;" style="margin:0; text-align:center;" height=601 border=0 cellpadding=0 cellspacing=0>
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

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
  •