View Single Post
  #7  
Old 09-03-2007, 05:46 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Internet Explorer centering everything

View the source...you have a <center> tag (which is a depreciated tag by the way) just after the body tag, and then you attempted to close it within a table cell, which won't work. Get rid of the center tag and use an inline tag to center the main containing table:

<table class="Container" cellpadding="0" cellspacing="0" width="90%" align="center">
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote