Saint_Michael 3 Report post Posted November 5, 2005 well its looks centered to me and i looked at the coding you did it right, just a quick question what browser are you using? so just in case it just your browser. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted November 5, 2005 It looks okay to me, too.I'm looking at it with an iMac running IE5 and it appears centred. If it centres itself in this browser, you must have a weird one or your cache is picking up the previous version of the html instead of the newest one. Close your browser, empty your cache and temporary files and have another look at the site. Might solve the problem. When I am testing a site I am building, I ususally 'expire' the cache using a Meta tag.Use a previous date and your cache doesn't save the version. Makes re-loads a bit slower, but remove the meta tag after the testing is done so the caching works for others viewing your site.For an in-depth discussion about this tag, see this link. <META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"> Expires: Wed, 26 Feb 1997 08:21:57 GMT Share this post Link to post Share on other sites
Erwin_X 0 Report post Posted November 5, 2005 (edited) I just looked at the source of your page, and I think I found the error. Find ( line 13) : <td valign="middle" align="middle">and replace this with : <td valign="middle" align="center">In Internet Explorer you don't see the error visualy, but in perhaps other browers. When this doesn't work, let us know. Edited November 5, 2005 by Saint_Michael (see edit history) Share this post Link to post Share on other sites
Unregistered 015 0 Report post Posted November 5, 2005 (edited) Replace: <table cellpadding="0" cellspacing="0" width="100%" height="100%">with:<table cellpadding="0" cellspacing="0" width="100%" height="100%" align='center'> This should do the trick. Edited November 5, 2005 by Saint_Michael (see edit history) Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 8, 2007 A real easy why that i use is <div align="center">What ever you want in the center goes here</div> Share this post Link to post Share on other sites