Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

favicon


Guest

Recommended Posts

Posted

I would like to use a favicon.ico for the browser bar on all pages.Where do i place the file and where do I place the link?

 

Thanks in advance for your help Mike

Posted

Mike,

 

You place favicon.ico in your root [catalog] directory and then put the link code in the head of the page you wish the icon to appear on.

 

 

 

Chris

Posted

Mike,

 

You place favicon.ico in your root [catalog] directory and then put the link code in the head of the page you wish the icon to appear on.

 

 

 

Chris

Posted

Thanks Chris for the fast response do u know if there is a "global page" where i can put the link so the favicon will appear on all pages. Please bear with me my first experience with PHP.

Posted

Mike,

 

You could try putting it in the includes>header.php because it appears on MOST all pages.

 

 

 

Chris

Posted

Mark,

 

I always use this code to call the favicon to the browser:

 

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

 

 

I have never had a browser auto detect a favicon before

 

 

Chris

Posted

Mark,

 

I always use this code to call the favicon to the browser:

 

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

 

 

I have never had a browser auto detect a favicon before

 

 

Chris

Chris, are we talking here about the favicon that is displayed just to the left of the URL in the address bar? And Tabs? And bookmarks, etc?

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

You don't even need a link on your page, so long as the favicon is "ICON" format, named "favicon.ico", and it's placed in your site root /. All browsers should find it. If any of those conditions are not met, you will need a <link> on each web page. See my sig > FAQs > "Missing Favicon".

Posted

Wow, learn something new everyday. Thanks Mark and Phil.

 

I always thought you needed the link in the code.

 

 

 

Chris

Posted

I have the following in my includes/header.php file

 

<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">

<table border="0" width="100%" cellspacing="0" cellpadding="0">

 

Saves putting it on every page if you need to.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...