View Single Post
  #11  
Old 11-24-2004, 04:53 PM
 
blue-dreamer blue-dreamer is offline
 

eXpert
  
Join Date: Dec 2002
Location: Northampton UK
Posts: 213
 

Default

You have some table alignments set to center when all the others are not set.

In /customer/home.tpl edit the following


Code:
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">

to

Code:
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0">
Reply With Quote