Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add Image column left


NetGiaco

Recommended Posts

>_<

Hello,

 

I have been trying to add an image to the left or right column without prevail. I don?t want the images in boxes. I would like them below the boxes or insert the between boxes. Can someone help me with this. Much appreciation in advance.

 

Thanks

Link to comment
Share on other sites

Hi,

 

You should be able to just add the image to either:

 

/includes/column_left.php

 

OR

 

/includes/column_right.php

 

just be sure the image width is not wider than the column with, and place the image within a TR/TD

 

Peter

Link to comment
Share on other sites

>_<

Hello,

 

I have been trying to add an image to the left or right column without prevail. I don?t want the images in boxes. I would like them below the boxes or insert the between boxes. Can someone help me with this. Much appreciation in advance.

 

Thanks

The problem is with adding html to a php file. You have to tell it you are switching modes. Try this:
?>
<tr>
<td>
<img src="images/some_image.gif" alt="some_text">
</td>
</tr>
<?php

If you place it after the last ?> in the file, then don't use the php tags I've shown.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...