Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

favicon problems

Status
Not open for further replies.

axman505

Technical User
Joined
Jun 20, 2001
Messages
489
Location
US
I have a favicon set up, and it is set to load right before the title with the following code:

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

The problem is that when the pages goes to secure, the icon no longer works. Any suggestions?
 
the favicon will have to be in the secure site as well even then it may not work

Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
both sites share the same document root, so it is there.
 
yes, hasnt come up in any browser yet when secure
 
the .ico should be in your root directory and should have a unique name, I have also found that only .ico's that are 32x32 seem to work. Like everything else, IE doesn't handle them aswell as Firefox, but they still show up.

When in doubt, go flat out!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top