Jump to content

Favicon.ico folder


Electimortar

Recommended Posts

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.

 

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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>

 

 

Link to comment
Share on other sites

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?

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...