Small Problem (Help!!!!!!!)

liunx

Guest
Hello<br />
<br />
I am working on a new layout for my site, and am having a bit of a problem getting the main table to align correctly.<br />
<br />
When you first load the page it appears to be centered (if you have a larger monitor), but it is actually aligned to the left more than it should. If you hit refresh it corrects itself every time. Click the home link, and back to the left it goes again untill you refresh.<br />
<br />
I have tried re-writing the code, but it still does the same thing, anyone have any idea what may be causing this?<br />
<br />
The page can be viewed here:<br />
<br />
<!-- m --><a class="postlink" href="http://s2.thespacezone.com">http://s2.thespacezone.com</a><!-- m --><br />
Username: html-guest<br />
Password: html-guest<br />
<br />
Thanks in advance for the help :)<br />
<br />
TheSpaceDude<br />
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><br />
<!-- m --><a class="postlink" href="http://www.thespacezone.com">http://www.thespacezone.com</a><!-- m --><!--content-->if your main table is ment to be centered, use center tags not div align tags.<br />
<br />
<center><br />
<table width="774" border="0" cellpadding="0" cellspacing="0" align="center"><br />
...........<br />
..............<br />
............<br />
</table><br />
</center><br />
</body><br />
<br />
well thats my suggestion anyway :)<!--content-->Tried that... still have the same problem :( any more ideas?<!--content-->
 
Back
Top