Forums | MacLife
You are not logged in.
#1 2003-02-02 8:24 pm
Do my web sites Favicons
Favicons only work on servers for some reason. I have only been able to get mine to work in Safari but i want to know what browsers my Favicons are working in. I have inserted code for this feature only on the home page so only look to c if its there on the home page. If you look at other pages there will be no favicons because it hasnt been put in yet.
A favicon for those who dont know is the logo to the left of the url my logo i sblack with aqua letters "MFP". I will be interested to c the results.
http://www.roomatewanted.com/mfp
Offline
#2 2003-02-02 9:15 pm
Re: Do my web sites Favicons
It shows up in both Phoenix and Mozilla for the PC. Does not appear in IE 6.
Offline
#3 2003-02-03 12:24 pm
Re: Do my web sites Favicons
Works fine in Mozilla 1.2.1 on OS X. Your code looks fine and your server is sending the favicon as "image/x-icon" as it should. I'm not sure if it's necessary or not, but you may want to add the type to the end of the tag, like this:
Code:
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon">
Altivec, did you bookmark the page in IE 6? Otherwise I don't think the favicon will show up (IE is rather brain-dead that way...).
By the way, you can change the link for your HTML 4.01 icon to automagically validate the page.
http://validator.w3.org/check/referer
Offline
#4 2003-02-03 12:35 pm
Re: Do my web sites Favicons
Ahh..IC said the blind man. I was expecting it to show in the address bar.
Offline
#5 2003-02-05 6:38 pm
Re: Do my web sites Favicons
Should i also make a llink to a .png file
Offline
#6 2003-02-05 7:04 pm
- dinerfan
- a natural, zesty enterprise

- From: the sunny side
- Registered: 2000-12-31
- Posts: 11093
Re: Do my web sites Favicons
Works fine in Mozilla 1.2.1 on OS X.
Favicons also work in OS X favorite Chimera, and would presumably work in whatever Netscape's calling their browser these days.
Offline
#7 2003-02-06 4:32 pm
Re: Do my web sites Favicons
Anyone know why XHTML doesnt except percentages in table columns. ALhtouh it does accept numbers weird isnt it
This is why i switched back to HTML 401/css because XHTML isnt quite ready for prime time. I cant stand having errors on my pages. BBEdit is the best program for web development in my opinion because it allows true freedom.
I am curious to know how many browsers support CSS2
Offline
#8 2003-02-06 5:37 pm
Re: Do my web sites Favicons
I am curious to know how many browsers support CSS2
This may help:
http://www.webreview.com/style/css2/cha … tors.shtml
Offline

