View Single Post
  #2  
Old 11-15-2004, 04:03 AM
 
balinor balinor is offline
 

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

Default

The <center> tag is a depreciated tag in html and shouldn't be used. In order to center the items on that page, you will need to add align="center" to the <table> tag, as well as any <td> tags just to be safe. You will also need to edit the buy_now.tpl the same way to get the quantity line and the buy now button to align properly.

If you want to center just a single item in a table without centering the rest, try enclosing the item with div tags. Example:

<div align="center">Item you want to center</div>

That should solve it!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote