Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Single to image replacing right hand column


Tartanpig

Recommended Posts

If all you want is an image with no functionality the code is simple.

 

Backup your /includes/column_right.php in case you want it back in the future.

 

Then replace it with this:

 

<?php
/*
*/
?>

<tr>
 <td align="center">
   <img src="images/image_name.jpg" border="0" alt="My Image" width="xxx" height="yyy">
 </td>
</tr>

Just edit the image name and parameters to match the image you want displayed.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...