Hi,
At present my PHP file is this:
(a)I'd really it to be this:PHP Code:define('MODULE_PAYMENT_NOCHEX_TEXT_CATALOG_TITLE', 'Credit or Debit Card (SSL Secure)');
(b)However, I'm not so good with PHP and when I insert this here it just messes up the whole page formatting.PHP Code:define('MODULE_PAYMENT_NOCHEX_TEXT_CATALOG_TITLE', 'Credit or Debit Card (SSL Secure)'); echo '<img src="/images/payment_methods.jpg" width="10" height="10">';
Can anyone tell me how to insert an image after the text generated in the PHP (a)



