FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Trying to get .ico file to work.

 


jharsika
I'm not sure if this goes under frihost support or not. I've uploaded a .ico file to my public_html folder and am trying to get it to work. The website I found explaining how to do this said the code is <link rel="shortcut icon" href="favicon.ico"></head>

But I'm unsure of what goes in href. I think that may be my problem. I have it as the file path they told me the file went under when I uploaded the file, and tried it as http://mydomain.frih.net/[insertfilepath] but both don't work. Any idea what I'm doing wrong?

http://www.wpdfd.com/editorial/wpd0304review.htm#footnote <This is the website I got the info from.

Thanks
Mosquito.Tyler
I looked at your source code.

This is what you have:
Code:
<link rel="shortcut icon" href="/home/jharsika/domains/digilynn.frih.net/public_html/favicon.ico">
</head>


This is what you need:
Code:
<link rel="shortcut icon" href="favicon.ico">
</head>


Change it to that and everything should be okay. If not, it may be a conflict with the size of the image.
jharsika
Thank you that worked!
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.