View Single Post
  #2  
Old 01-02-2005, 05:47 AM
 
balinor balinor is offline
 

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

Default

In modules/Extra_Fields/product.tpl, try replacing this

Code:
<TR><TD width="30%"> {$extra_fields[field].field} </TD>

with this

Code:
<TR><TD width="30%" valign="top"> {$extra_fields[field].field} </TD>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote