Tye Posted January 24, 2005 Posted January 24, 2005 Hi If you look at the image below: How do I get rid off the indent before the product title. Its not in the style sheet. Cheers
boxtel Posted January 24, 2005 Posted January 24, 2005 Hi If you look at the image below: How do I get rid off the indent before the product title. Its not in the style sheet. Cheers <{POST_SNAPBACK}> might be because of a <p> </p> tag use Treasurer MFC
PartyMania Posted January 24, 2005 Posted January 24, 2005 Do you only see the indent in product_listing? I'd search through that file and look for a blank space or the <p> tag
Tye Posted January 24, 2005 Author Posted January 24, 2005 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;
boxtel Posted January 24, 2005 Posted January 24, 2005 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; <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.