Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I get rid of this indent?


Tye

Recommended Posts

Posted

Hi

 

If you look at the image below:

 

indent.gif

 

How do I get rid off the indent before the product title.

 

Its not in the style sheet.

 

Cheers

Posted
Hi

 

If you look at the image below:

 

indent.gif

 

How do I get rid off the indent before the product title.

 

Its not in the style sheet.

 

Cheers

 

 

might be because of a <p> </p> tag use

Treasurer MFC

Posted

Sorry guys

 

I just realised that my email notification has been set to off - I've changed it.

 

I have had a look at this file

 

catalog/includes/modules/product_listing.php

 

I can't find any <p> tags.

 

How do you search for a black space???

 

Should I look around this line:

case 'PRODUCT_LIST_NAME':
       $lc_text = TABLE_HEADING_PRODUCTS;
       $lc_align = '';
       break;

Posted
Sorry guys

 

I just realised that my email notification has been set to off - I've changed it.

 

I have had a look at this file

 

catalog/includes/modules/product_listing.php

 

I can't find any <p> tags.

 

How do you search for a black space???

 

Should I look around this line:

case 'PRODUCT_LIST_NAME':
? ? ? ?$lc_text = TABLE_HEADING_PRODUCTS;
? ? ? ?$lc_align = '';
? ? ? ?break;

 

I thin you should look around this line :

 

case 'PRODUCT_LIST_NAME':

$lc_align = '';

if (isset($HTTP_GET_VARS['manufacturers_id'])) {

$lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a>';

} else {

$lc_text = ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a> ';

}

break;

Treasurer MFC

Archived

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

×
×
  • Create New...