iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-31-2004, 08:30 PM
acornwebworks's Avatar
WebProWorld Pro
 
Join Date: Jun 2003
Location: Lawrence, KS
Posts: 170
acornwebworks RepRank 0
Default Favicon advice please!

I have always wanted a favicon for my website. However, no matter how many times I have tried and how many instructions I have followed, it never works.

1) I have an icon = favicon.ico It is 16x16 with 16 colors (I made it in IconForge)

2) I have put it in the same folder as my index.html file

3) The first 3 lines of my code are:

<html>
<head>
<link REL="shortcut icon" href="http://sell-your-home-fsbo.com/favicon.ico">

P.S. I have also tried <link REL="shortcut icon" href="favicon.ico">

4) What am I doing wrong???????

Thanks!!!!!!!!!
__________________
The best resellers membership site also has the best monthly newsletter. No ads. No pitches. Just great articles and free resale rights products! Reselling4Profit.com ...where YOUR profit is our product
Reply With Quote
  #2 (permalink)  
Old 01-31-2004, 09:10 PM
WebProWorld Pro
 
Join Date: Jul 2003
Location: New Jersey, U.S.
Posts: 174
jdiben RepRank 0
Default

Your code looks fine. If you are using Internet Explorer, I think that the page has to be added to your favorites to show the icon. I'm not sure how other browsers handle it.

Joe
Reply With Quote
  #3 (permalink)  
Old 01-31-2004, 09:47 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default

I tried adding your site to my favourites but the icon didn't show up in my favourites dropdown menu. I also tried to view the icon by typing in the full path to the file, but still it didn't display, so I can only assume that there's some problem with the way in which the file was created or saved.

Paul

PS. there was a good thread in Web Programming on favicons, and I recall them being discussed in the Site Design forum as well! A quick search here on WPW for 'favicon' should return a good set of results.
Reply With Quote
  #4 (permalink)  
Old 02-13-2004, 09:47 AM
WebProWorld New Member
 
Join Date: Feb 2004
Location: Germany (but a Cape Cod girl thru & thru)
Posts: 21
siegbrunn RepRank 0
Default Favicons

Dear Kendall:
I am running at the moment 4 sites and just last week decided to put favicons on them. After a little web searching I followed the "instructions" I found and had no trouble. Although I see there are theories one has to put something in the HTML or the the site has to be in "favorites", I found no need for any of that. I copied the created Favicon (16x16 - .ICO format) into the top level directory (for each site of course) and that was it. The browser does the rest. HOWEVER - according to the Favicon home page ( http://www.favicon.com ) not all IPs support .ICO files, so that could be a part of your problem. There are a number of FAQs about Favicons on the site and perhaps they will help. Do a google search too.
Good luck
Karen

PS - (later edit) I read what I've written here and honestly began not to believe it myself, i.e. that I hadn't brought any code about favicons into the pages. But I've just searched through the source codes and I SWEAR I cannot find any text I'd brought in for favicons. But they work anyway, I think it's a browser thing more than code in the website
__________________
What would you attempt to do if you knew you could not fail?

Personal Website: http://www.kipsykat.de
Concert website: http://www.siegbrunnkonzerte.de
Verein (club) website: http://www.f-m-oberlahn.de
Reply With Quote
  #5 (permalink)  
Old 02-20-2004, 02:22 PM
WebProWorld Member
 
Join Date: Feb 2004
Location: Rochester, NY
Posts: 34
bebarrett RepRank 0
Default

I first became aware of favicon's when looking at an error log and seeing a lot of "file not found" errors for favicon.ico ...so yeah, no html code is needed...

So, I made an icon according to the specs, but I can't get it to work on my machine, either.
__________________
"Nothing irritates me more than reading or hearing a profound quote of mine attributed to 'Anonymous.'" - Anonymous (Source: Unknown)
Reply With Quote
  #6 (permalink)  
Old 02-20-2004, 02:27 PM
WebProWorld Member
 
Join Date: Feb 2004
Location: Rochester, NY
Posts: 34
bebarrett RepRank 0
Default

(for some reason "edit" comes up with garbage, so I'm making a new post)

Some hosts will not allow odd file extensions like .ICO, but these are usually free servers or ones that require you use their proprietary site-building software.
__________________
"Nothing irritates me more than reading or hearing a profound quote of mine attributed to 'Anonymous.'" - Anonymous (Source: Unknown)
Reply With Quote
  #7 (permalink)  
Old 02-21-2004, 09:15 AM
scenesone's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: Huntington, VT
Posts: 52
scenesone RepRank 0
Default

check the permissions on the file
__________________
--remember where you've been, it helps with where you're going!
Reply With Quote
  #8 (permalink)  
Old 02-21-2004, 09:39 AM
WebProWorld New Member
 
Join Date: Feb 2004
Location: Germany (but a Cape Cod girl thru & thru)
Posts: 21
siegbrunn RepRank 0
Default

bebarrett-

What I read said the icon had to be 16x16x256. And then in the root directory of the site (I have it in the same directory as the index.html of my start side). Is that what you did?
scenesome - can you tell what "permissions on the file" are? I have no idea :<

Karen
__________________
What would you attempt to do if you knew you could not fail?

Personal Website: http://www.kipsykat.de
Concert website: http://www.siegbrunnkonzerte.de
Verein (club) website: http://www.f-m-oberlahn.de
Reply With Quote
  #9 (permalink)  
Old 02-21-2004, 09:54 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default

Quote:
Originally Posted by bebarrett
Some hosts will not allow odd file extensions like .ICO, but these are usually free servers or ones that require you use their proprietary site-building software.
Your site's favicon seems to be fine, saving as a favourite on IE the icon appeared as expected. However, a strange thing happened with Mozilla Firebird/Firefox... the page's source code was shown instead of the actual content. Maybe you could check that yourself, it could just be my browser setup here... but I thought I should mention it.

Paul
Reply With Quote
  #10 (permalink)  
Old 02-21-2004, 09:58 AM
scenesone's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: Huntington, VT
Posts: 52
scenesone RepRank 0
Default re: Favicon advice please!

hi there...if your files aren't uploaded properly the file permissions will be wrong and won't show up when a viewer looks at your pages...usually your FTP client will fix these automatically, but if your settings aren't right, then all hell will break loose! here's a link i spent a half hour looking for and hope it might shed some light on the subject for you...
FILE PERMISSIONS INFO

also, i wanted to mention to the original poster, that your browser's cache will sometimes not let you immediately see the results of your .ico file. try using a different browser, or better yet, another machine...
__________________
--remember where you've been, it helps with where you're going!
Reply With Quote
  #11 (permalink)  
Old 02-22-2004, 02:20 PM
grease's Avatar
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Vancouver Canada
Posts: 323
grease RepRank 1
Default Flame Design

Favicons do not seem to be reliable. You can set up everything perfect, and you still only see your little logo randomly. Just when you think your little guy is gone for good, he'll pop back up without changing a thing. I have yet to figure it out!
__________________
http://www.flamedesign.ca


Logo,Web,Print,Advertising
Reply With Quote
  #12 (permalink)  
Old 02-22-2004, 03:16 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default Favicons = slippery suckers!

Quote:
Originally Posted by grease
Favicons do not seem to be reliable. You can set up everything perfect, and you still only see your little logo randomly. Just when you think your little guy is gone for good, he'll pop back up without changing a thing. I have yet to figure it out!
LOL! They are slippery little suckers aren't they? The problem with retaining them in your browser 'favourites' menu.. is that they're held in the cache, and often disappear when the cache is cleared.
Reese, a former Moderator at WPW, has a great online tutorial dedicated to favicons - http://www.xube.com/favicon/

Hope that helps someone here,

Paul
Reply With Quote
  #13 (permalink)  
Old 02-24-2004, 08:23 AM
WebProWorld Member
 
Join Date: Feb 2004
Location: Rochester, NY
Posts: 34
bebarrett RepRank 0
Default

Quote:
Originally Posted by paulhiles
Your site's favicon seems to be fine, saving as a favourite on IE the icon appeared as expected. However, a strange thing happened with Mozilla Firebird/Firefox... the page's source code was shown instead of the actual content. Maybe you could check that yourself, it could just be my browser setup here... but I thought I should mention it.
Paul
Thanks Paul, I just checked it out with, of all things, Safari on Mac and it worked. As for some browsers displaying the source code, I didn't know it was doing that, but I'm pretty sure I know what that is. Probably a typo in my Perl program around "Content: Text/HTML" (sometimes capitalization counts)
__________________
"Nothing irritates me more than reading or hearing a profound quote of mine attributed to 'Anonymous.'" - Anonymous (Source: Unknown)
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:39 PM.



Search Engine Optimization by vBSEO 3.3.0