Creating Favicon using VSD - Page 2

User 251022 Photo


Registered User
18 posts

I cannot get my favicon to appear in ie8. Can anyone else see it?

wright-way-web-design.com

Please let me know, if you can see it. If you can't please give me some direction on how to fix it.

Thanks in advance,

Derrick
User 2010592 Photo


Registered User
17 posts

BillR wrote:
Margot,

It should be. Create your favicon and upload it to your root directory using an FTP program.

Now in VSD, click on the HTML tool and click on the "Header HTML" tab and add the favicon code.

<link rel="shortcut icon" href="http://www.yoursite.com/img/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/ico" href="/img/favicon.ico">

You may need to play around with the href settings, and it seems that both sets of code are needed.


Hey Margot,

You can also upload an image to use as your favicon for free at: http://gravatar.com

I think gravatars and favicons are the same thing.:P
J

The Cartoon Coach
http://thecartooncoach.com
User 463058 Photo


Ambassador
1,086 posts

Derrick Wright wrote:
I cannot get my favicon to appear in ie8. Can anyone else see it?...


Instead of this:
<link rel="icon" type="image/ico" href="/favicon.ico">


try this:
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
User 471275 Photo


Ambassador
1,130 posts

I cannot get my favicon to appear in ie8. Can anyone else see it?


I have had the same problem, try compatability mode. Also I once had that a favicon refused to show up in ie8 and then suddenly a week later it showed up. :)

I normally use this code for a favicon

<LINK REL="SHORTCUT ICON" HREF="http://www.yourwebsite.com/favicon.ico" />

User 463058 Photo


Ambassador
1,086 posts

My image editors are loading that favicon as bmp rather than the Windows icon format.
User 251022 Photo


Registered User
18 posts

Cary,
You were exactly correct! I did not convert the icon to the .ico format. Boy do I feel like a dufus.:D

Thanks again every for the help.

Derrick
User 251022 Photo


Registered User
18 posts

Sorry for the typo.

It should be "Thank again everyone for the help."

Derrick

User 251022 Photo


Registered User
18 posts

Sorry for the double typo

It should be "Thanks again everyone for the help." :lol:

Derrick
User 192897 Photo


Registered User
325 posts

I am having trouble getting my favicon to show up. I used Bill's suggested code above and loaded the favicon to my server. Here is the code in the header:

<link rel="shortcut icon" href="http://dev2.georgebarone.com/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/ico" href="http://dev2.georgebarone.com/favicon.ico">

The website is http://dev2.georgebarone.com/
and the favicon is at http://dev2.georgebarone.com/favicon.ico

I am running IE 8.

Any suggestions as to what i can try next?
There is no distinctly native American criminal class except Congress. MARK TWAIN

www.juliekushner.com
www.beercoastermania.com
www.phi-scsc.com
User 463058 Photo


Ambassador
1,086 posts

Works for me in IE 8 and FF. IE will sometimes fail to show the latest favicon update due to caching if the page was viewed in IE before the favicon was created/changed.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.