Page 1 of 1
how to post an avatar
Posted: 10 Oct 2009, 14:03
by jasonmerlo
what do I need to do to get an avatar to appear next to my website title on the browser tab as well as when someone saves my website in their favorites?
thanks in advance...
Re: how to post an avatar
Posted: 10 Oct 2009, 15:18
by carter2
I know IE will look in the root of your sever for the favicon.ico but I am not sure about other browsers so put this code in the head section of your html page(or equivalent)
<LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/name_of_icon.ico">
If you google favicon it will bring up many free favicon generators.
Once you have the favicon that you wish to use upload it to your website/server to the same place your main index page is.
Re: how to post an avatar
Posted: 10 Oct 2009, 15:47
by jasonmerlo
carter2 wrote:put this code in the head section of your html page(or equivalent)
<LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/name_of_icon.ico">
Where do I do this at?
I uploaded the favicon to my root folder and it is appearing in IE (as you said), but not Firefox.
Posted: 10 Oct 2009, 15:50
by carter2
Clear the Firefox cache and it will appear, If it doesn't I will eat my hat

Posted: 10 Oct 2009, 15:54
by jasonmerlo
carter2 wrote:Clear the Firefox cache and it will appear, If it doesn't I will eat my hat

didn't work. Let me know how your hat tasted.

Posted: 10 Oct 2009, 16:06
by carter2
If it's the latest firefox you use then that doesn't count because there is an issue with the favicons.

Have a look on your server for*/imagevue/templates
Look for index.gallery.phtml and the add the code I put in my first post in the head section IE: between <head> and </head>
Posted: 10 Oct 2009, 16:49
by jasonmerlo
didn't work
Posted: 10 Oct 2009, 17:09
by carter2
Can I have the link to your site?
*edit*
Scrub that, I saw it in your other post. The favicon is workin in firefox 3.0.14 I had the latest firefox installed but removed it due to lots of different little issues. It also works in Opera
Posted: 12 Oct 2009, 02:37
by Nick
Browsers probe for favicon on a first visit to site, you need to clear history, not cache.