mezzodi Posted December 23, 2004 Posted December 23, 2004 how can i elimate the stock .gif images; e.g. table_background. I deleted the table_background file but the placeholder? is still there? any suggestions
boxtel Posted December 23, 2004 Posted December 23, 2004 how can i elimate the stock .gif images; e.g. table_background. I deleted the table_background file but the placeholder? is still there? any suggestions <{POST_SNAPBACK}> try this : <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_PRODUCT_CATEGORY_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> so put a // before the echo or erase the whole thing Treasurer MFC
boxtel Posted December 23, 2004 Posted December 23, 2004 try this : <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_PRODUCT_CATEGORY_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> so put a // before the echo or erase the whole thing <{POST_SNAPBACK}> in the stock that would be : <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.