View Single Post
  #6  
Old 11-23-2008, 06:24 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: help adding a back button to detailed product page

There are several ways to get what you want..

You can add <img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" /> before the "back" code. That will put a 150 pixel space between your buttons.

You can make the table cell that the "back" code resides in align to the right... <td align="right">.

You can add a "AlignRight" class to skin1.css and make the cell align that way... <td class="AlignRight"> (add .AlignRight {align: right; } to skin1.css )
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote