Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to put a photo on my index.php


panther733

Recommended Posts

Posted

I would like to put a family picture on my first webpage (index.php) after the "What's New Here?"

and above the window "New products for March".

 

The picture should appear on this webpage only!

 

Your help and advice would be greatly appreciated.

Thank you

Posted

In your includes/languages/english/index.php file, between

 

define('TEXT_MAIN', '

 

and

 

');

 

put something like this:

 

<img src="images/some_image.gif" width=whatever height=whatever alt="whatever">

 

Vger

Posted
In your includes/languages/english/index.php file, between

 

define('TEXT_MAIN', '

 

and

 

');

 

put something like this:

 

<img src="images/some_image.gif" width=whatever height=whatever alt="whatever">

 

Vger

 

 

Thank you very much, I will try this.

Gilles

Archived

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

×
×
  • Create New...