panther733 Posted March 5, 2006 Posted March 5, 2006 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
♥Vger Posted March 5, 2006 Posted March 5, 2006 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
panther733 Posted March 5, 2006 Author Posted March 5, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.