Taking the Lead Posted June 3, 2004 Posted June 3, 2004 I have created buttons for each of the categories, but underneath each one is a hyperlink text of the button gif. Is there any way of removing this and preventing it returning. Thanks John
241 Posted June 3, 2004 Posted June 3, 2004 can you post the codes that you are using No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Taking the Lead Posted June 3, 2004 Author Posted June 3, 2004 Sorry - thats part of the problem - I do not know where the codes are. Best I can do is to point you at the site - it is the writing under the buttons that I am trying to remove. Please go to Taking the Lead shop
Taking the Lead Posted June 3, 2004 Author Posted June 3, 2004 Sorry - should have added - then click down the categories on the L/h side. Thanks John
agiftcodotcom Posted June 3, 2004 Posted June 3, 2004 Are you talking about the sub categories, like THIS? Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll
Taking the Lead Posted June 3, 2004 Author Posted June 3, 2004 Yes - I am trying to remove the word "rake" from under the button marked Rake. but I do not know where the text is generated from (other than it is the name of the gif) John
agiftcodotcom Posted June 3, 2004 Posted June 3, 2004 I am by NO MEANS a php pro, so please BACK UP your index.php, but, I would say that in this code <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n"; Remove the call for . $categories['categories_name'] . Like I said, back up, then try. Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll
agiftcodotcom Posted June 3, 2004 Posted June 3, 2004 That's around line 107 BTW Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll
241 Posted June 3, 2004 Posted June 3, 2004 based on Erics codes make the code this <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a></td>' . "\n"; No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Taking the Lead Posted June 3, 2004 Author Posted June 3, 2004 Brilliant - Thanks to you all - it worked a dream John
Recommended Posts
Archived
This topic is now archived and is closed to further replies.