Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

large photo on main page


leovac

Recommended Posts

Tom - it is done by adding a table cell. Find this code in your index.php file

 <tr>
           <td class="main"><?php echo TEXT_MAIN; ?></td>
         </tr>

Then either replace it, or right above/below it, depending on how you want it displayed, place this code

 <tr>
           <td class="main"><img src="images/some_imgae.gif" alt="some text"></td>
         </tr>

Replace some_image.gif, with the image of your choice.

 

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...