Log in

View Full Version : Centre Webpages On Screen



ranjitapillai
09-09-2007, 08:14 AM
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:-


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



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

tech_support
09-09-2007, 09:50 AM
Replace this line:


<TABLE id="Table_01" width=780 height=601 border=0 cellpadding=0 cellspacing=0>
with this:


<TABLE id="Table_01" width="100&#37;" style="margin:0; text-align:center;" height=601 border=0 cellpadding=0 cellspacing=0>