Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can you link a page to an image?


Guest

Recommended Posts

Posted

Hi everyone,

 

Is there a piece of code I can input that would link a page to an image? Basically I want to add some images to the main front page of OsCommerce such as special offers or a particular product, so that the user can click on it and it will take them to the relevant catalogue page.

 

Can this be done and can someone help me?

 

Many thanks

 

Chris

Posted

Hi Chris,

 

You sure can. What you need to do is go into catalog/includes/languages/english/index.php and anywhere you want it in the main text just put html coding something like:

 

<a href="http://www.Your Website Name.com/file to link to"><img src="http://www.Your website.com/Picture File to Insert.jpg"></a>

 

Or if you need more specifics you can add --- alt="Add alt tag if you want" height="22" (or whatever you want) width="108" (or whatever you want) before the end coding ></a>

 

Hope that helps!

Archived

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

×
×
  • Create New...