Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing hyperlink text from gifs.


Taking the Lead

Recommended Posts

Posted

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

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

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

Posted

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

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...