Why doesnt this work to add a custom favorite icon to a favorite/bookmark?
Code:<HTML>
<HEAD>
<link rel="shortcut icon" href="http://me.com/images/favicon.ico" />
'...
Printable View
Why doesnt this work to add a custom favorite icon to a favorite/bookmark?
Code:<HTML>
<HEAD>
<link rel="shortcut icon" href="http://me.com/images/favicon.ico" />
'...
i'm not 100% sure, but i dont think you can use a favicon.ico out side of your domain, besides http://me.com/images/favicon.ico is not a file :p
I got it. I used a relative path instead of the entire url.
This should be ok, right? :)Code:<link rel="shortcut icon" href="images/favicon.ico" />
Why wouldnt it be a file?
yes, that should work, and it isnt a file because it just isnt on me.com's server!
Oh, I had just put that in to protect the innocent. :lol: