Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to insert an image in right or left columns?


nursers

Recommended Posts

Posted

Hi there,

 

I'd like to insert my Secure Certificate provider's image (a gif) in either the right or left columns. I've looked at both the right and left php files but can't see a html component - how do I insert an image in either of those areas?

 

Many thanks

 

David

Posted

In column left or right add the following to where ever you want the graphic to show:

<tr><td><yourimagestuff></td></tr>

Posted
In column left or right add the following to where ever you want the graphic to show:

<tr><td><yourimagestuff></td></tr>

 

Thank you so much Marg! Will try that.

Posted
Thank you so much Marg! Will try that.

 

 

Sorry - that didn't seem to work. I inserted:

 

<tr><td><img src=http://www.mydomain.com/secure_site.gif></td></tr>

 

but received the following error when the page loads:

 

Parse error: parse error, unexpected '<' in /usr/www/users/xxx/shop/catalog/includes/column_right.php on line 47

 

Any ideas?

 

Many thanks

 

David

Posted
Sorry - that didn't seem to work. I inserted:

 

<tr><td><img src=http://www.mydomain.com/secure_site.gif></td></tr>

 

but received the following error when the page loads:

 

Parse error: parse error, unexpected '<' in /usr/www/users/xxx/shop/catalog/includes/column_right.php on line 47

 

Any ideas?

 

Many thanks

 

David

 

Your code is HTML... You must insert it after

?>

.

 

Kind regards

Ga?tan Hermann

Posted
Your code is HTML... You must insert it after
?>

.

 

Kind regards

Ga?tan Hermann

 

 

That worked perfectly - thanks so much to you both!

Archived

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

×
×
  • Create New...