Hi all,
While I am fairly ok with HTML, I have very little experiance of PHP. I have an 'osCommerce' based shopping site and I am trying to insert some images in the main 'define TEXT_MAIN' area. So far, everything I have tried is just bringing up the blank image table but I'm pritty sure I'm using the wrong code. This is what I tried:
Quote:
|
define('TEXT_MAIN', '<big>You may pay via [img]../images/paypal_logo.gif[/img] or Cheque/Postal Order ....blar blar blar...
|
Can someone please tell me the correct way of inserting images into this main text field?
PS - I have already uploaded the image to the correct directory.