Byron Posted August 30, 2009 Posted August 30, 2009 It should go in your root directory and then add this to your Home page: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> That should take care of everybody.
Electimortar Posted August 30, 2009 Author Posted August 30, 2009 It should go in your root directory and then add this to your Home page: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> That should take care of everybody. What if my homepage is blank? PokeAlpha.com
Byron Posted August 30, 2009 Posted August 30, 2009 What if my homepage is blank? PokeAlpha.com The icon should still be in your root directory and you can add that piece of code to the page your showing everybody.
Electimortar Posted August 30, 2009 Author Posted August 30, 2009 Which folder should I put the code in then?
Byron Posted August 30, 2009 Posted August 30, 2009 Which folder should I put the code in then? This: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> goes inside the head section of your webpage, doesn't matter what folder. The icon does matter what folder and it needs to be the root.
Wizard Posted August 30, 2009 Posted August 30, 2009 Which folder should I put the code in then? Do you know what a favicon is?
Electimortar Posted August 30, 2009 Author Posted August 30, 2009 So can you do it for me, because I don't understand this. I can make you a user and you can login and input the code.
Byron Posted August 30, 2009 Posted August 30, 2009 So can you do it for me, because I don't understand this. I can make you a user and you can login and input the code. There's nothing to really understand. Just upload the icon to your public_html folder (root) and then if you want to put it on a page, add the code I posted somewhere inside the head tags.
Wizard Posted August 30, 2009 Posted August 30, 2009 So can you do it for me, because I don't understand this. I can make you a user and you can login and input the code. Go learn: http://en.wikipedia.org/wiki/Favicon
Electimortar Posted August 30, 2009 Author Posted August 30, 2009 Yeah, but I don't understand where to put the code. I think it would just be easier if I made you a user and you did it, please. I really need one f these, and so far, nothings making sense.
Byron Posted August 30, 2009 Posted August 30, 2009 Yeah, but I don't understand where to put the code. I think it would just be easier if I made you a user and you did it, please. I really need one f these, and so far, nothings making sense. If your going to have your own website, then you need to understand a little html. This is how it's coded on a page: <html> <head> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <title></title> </head> <body> </body> </html>
Electimortar Posted August 30, 2009 Author Posted August 30, 2009 Ok, I'm on FTP, and I don't know how to go to index.html to put the code in there.
Byron Posted August 30, 2009 Posted August 30, 2009 Ok, I'm on FTP, and I don't know how to go to index.html to put the code in there. I don't know what ftp client your using but you just look for the index.html page (that you already have) and click the edit option. How did you create the page that's there now?
Recommended Posts