View Single Post
  #2  
Old 06-26-2006, 06:07 AM
  abeight's Avatar 
abeight abeight is offline
 

X-Adept
  
Join Date: Nov 2003
Location: Cleveland, OH
Posts: 479
 

Default

Your home.tpl starts off like this:

Code:
<TABLE border="0" width="780px" cellpadding="0" cellspacing="0" align="center"> <TR> <TD width="6" rowspan="2"></TD> <TD width="150" valign="top">

Try commenting out the first column TD so that it looks like this:

Code:
<TABLE border="0" width="780px" cellpadding="0" cellspacing="0" align="center"> <TR> {*<TD width="6" rowspan="2"></TD>*} <TD width="150" valign="top">
__________________
~ Andrea Beight
Reply With Quote