tayl1684 Posted December 6, 2005 Posted December 6, 2005 Hey all, does anyone know how to so this as some of our product names are quite long and it looks messy nestled right up against the price. Am a bit (read lot) thick when it comes to php so any help is much appreciated. Cheers Ian
tayl1684 Posted December 6, 2005 Author Posted December 6, 2005 Ok I've looked a bit harder and clearly this is the bit of code im looking for <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="priceHeading" align="right" valign="top"><?php echo $products_price; ?></td> ive inserted this: <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> between those two lines and it sort of works but spaces a bit too mich does anyone know what I can put in to specify the amount of spacing I want?
tayl1684 Posted December 6, 2005 Author Posted December 6, 2005 Just altered the cell padding and all is fine (was trying to be too clever) Cheers Ian
Recommended Posts
Archived
This topic is now archived and is closed to further replies.