Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

large photo on main page


leovac

Recommended Posts

Posted

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.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

its working:)

 

thanks jack

 

you can see results at:

 

h**p://airsoft-hrvatska.com/catalog/

 

thanks again

Tom

Archived

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

×
×
  • Create New...