Tartanpig Posted May 31, 2011 Share Posted May 31, 2011 I would like to replace or alter the right_hand_column into a single image. Anyone have some ideas? Link to comment Share on other sites More sharing options...
multimixer Posted June 1, 2011 Share Posted June 1, 2011 hat version of osCommerce do you use? My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
Tartanpig Posted June 1, 2011 Author Share Posted June 1, 2011 hat version of osCommerce do you use? I am using 2.2rc2a Link to comment Share on other sites More sharing options...
germ Posted June 1, 2011 Share Posted June 1, 2011 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 More sharing options...
Tartanpig Posted June 2, 2011 Author Share Posted June 2, 2011 Thanks Germ That looks exactly what i'm looking for to give me a thin vertical border down the right hand side. I'll try that out :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.