View Single Post
  #6  
Old 10-21-2007, 05:13 PM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Removing Options on 0 Dollar Items...

CollectiveInk,

Find this line of code:
Code:
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;</td>
and remove the space between 's' and 'p' in '&nbs p;' near the end of this line.

It should look like this: &nbsp;

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote