I have no idea why, but this page will not align in the center of the page. I have a feeling its something to do with the tables ive used to layout my site (I used photoshop to convert my .PSD to .HTML). Any help would be greatly appreciated.
I'm on firefox and the page is aligned in the center of the page. Anyway if you use dreamweaver a simple way is to go into layout mode make one big layout cell and insert all the contents there and simply align it to the center
Simply add <div align="center"> and </div> Code (markup): tags around all your content, its the easiest way If you find it useful, +rep apreciated!
Align has been deprecated. szkoda, which browser is the table not aligned in? It works fine in Safari, and according to azouzdesign, it works in Firefox too. So, are you viewing it in IE6 or IE7?
Set the doctype to transitional xhtml and set margin: 0 auto; on the css of your wrapper, works best.
You have this code: <table id="Table_01" height="1135" width="1297" cellspacing="0" cellpadding="0" border="0"> Some people is seeing the page in the center because they using a bigger and wider screen, so they see it as centered. If you are using 1024x768 you will see it as off centered. Set width to 800.
Yes as jodarl said its only on lower resolutions that the problem occurs (1280x1024 and lower). I changed the width of the table but it has made no difference. I have not used CSS to layout the page, its all been done with tables (yes i know it should be layout with CSS). Any other suggestions? EDIT: Fixed it now, had two columns on the edge of the page that were messing up the layout of the page. Thanks for the help from everyone