Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Space between product name and price in product_info.php


tayl1684

Recommended Posts

Posted

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

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...