|
Wait. You are putting the site inside a table to center it for IE? You don't have to do that.
If you put the whole thing iside of an extra <div> tag you can put a text-align: center on that <div> with a width of 100%.
The inside <div> will then be centered.
|