Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding an image to column_left


Jodoi

Recommended Posts

Posted

Hi,

 

I've searched the forums and the knowledgebase for an answer to this, but without luck. I need to add an image (with a link) to my left column. It would be the same width as my boxes, but in between them. Is it possible, and if so how might I do it?

 

Thanks,

Brent

Posted

just open the file of the box you want to add the image below and add another row with the image inside it. For example - to add an image underneath the information box - open /catalog/includes/boxes/information.php and add this just below the last closing </tr>:

 

</td>

</tr>

<tr>

<td><image goes here></td>

</tr>

<!-- information_eof //-->

Posted

Hi Jason,

 

Thanks for the quick reply. That worked a treat and I am a happy man again :) Thought I was going to be stuck on that for a long while!

 

Thanks again,

Brent

Archived

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

×
×
  • Create New...