Am trying to add an image to the product_info.php where the 'products url' link shows up in the product detail listing
Have tried several variations but nothing is working to make the image show up. Here is the latest syntax I've tried, but the image is still not showing up, I just get a blank space with the alt and title and link, but no .png. What am I doing wrong? Thank you!
define('TEXT_MORE_INFORMATION', 'Click here for more information <a href="%s" target="_self" src = "includes/languages/english/clickhere.png" alt="CLICK HERE" title="CLICK HERE!" /a>.');


Reply With Quote
