Website question

RE: web page centring,

I also wanted to do this and achieved it by creating a table witch is aligned horizontally central to the screen, by adding align=“center” in the code, giving it a set width, say 640px and a height of 100%. You then create a table within this first table and set its vertical alignment to centre and give it a predefined height of 480px and a width of 100%.

This way when the user expands there window the first table will always be in the middle horizontally and the second table will be in the centre vertically and horizontally. You then create you site within the 2nd table and walla a site which is 640x480 and always in the centre of the screen

You can take a look at the code on my site:

PS: cool sketches molested_cow,