.header {
margin-left: auto;
margin-right: auto;
}
This CSS won't work if there is no defined width for the element.I have also spotted an error, as of this posting, in your HTML:
<table border="0" cellpadding="0" cellspacing="0" width="744px" class="header"><td align="right" class="welcome">should be:
<table border="0" cellpadding="0" cellspacing="0" width="744px" class="header"><tr><td align="right" class="welcome">You'll have to verify things on your end before we can continue.
EDIT: seems i was a bit late.




This topic is locked










