Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

where to insert html code for icon image


Shadyone

Recommended Posts

Hi all,

Just trying to put one of those little pic's in the address bar before the http://xxxx like the three coloured circles in the oscommerce forums.

 

From what I understand the HTML code for it is something like

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" >

but I tried putting it in the index.php file but found out real quick that that is not the place to do it.

 

Anyone got any ideas?

 

Cheers

Darren

Link to comment
Share on other sites

I use one of these for my site. Insert this into your <head> section:

 

<link rel="SHORTCUT ICON" href="/favicon.ico">

 

Bear in mind if you only insert it in index.php it will only display on that page.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...