I'm trying to make the '[help (?)]' link on the Shopping Cart page into an image (the same way I have done on other pages.. for instance the Advanced Search page).
Listed below is my modified code on the Advanced Search page:
I know I have to use the same principal to change the Help link on the Shopping Cart page, but I'm unsure how to because of the Javascript.PHP Code:define('TEXT_SEARCH_HELP_LINK','<img src="/includes/templates/my_temp/buttons/english/button_link_help.gif" alt="Search Help [?]" />');
Can anyone show me (using the same principle listed above for the 'TEXT_SEARCH_HELP_LINK') how to get this working on the existing Shopping Cart page help link code here:
Thanks.PHP Code:define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');



