You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with my website.
Posted:
Need help with my website.Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
#2. Posted:
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 267
Reputation Power: 10
Status: Offline
Joined: Jan 02, 201212Year Member
Posts: 267
Reputation Power: 10
What do you mean? If you mean the favicon or the image in the address bar next to the link then save that in your / directory as favicon.png or favicon.jpg
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
deadh0b0 wrote What do you mean? If you mean the favicon or the image in the address bar next to the link then save that in your / directory as favicon.png or favicon.jpg
Thanks for the help!
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 13, 201113Year Member
Posts: 1,572
Reputation Power: 67
Status: Offline
Joined: Jan 13, 201113Year Member
Posts: 1,572
Reputation Power: 67
Or just save it anywhere in you website folder as .png, .gif, .jpg, .ico And include this line in the <head> of your html
<link rel="shortcut icon" href="MyFavicon.png" />
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 29, 200915Year Member
Posts: 4,420
Reputation Power: 1211
Status: Offline
Joined: Apr 29, 200915Year Member
Posts: 4,420
Reputation Power: 1211
Most servers these days will automatically register a .ico image file placed in the public directory of your server as your preferred favicon for your site. You can convert it to a .ico and just do that without need to reference it in any code.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Mar 06, 201212Year Member
Posts: 178
Reputation Power: 7
Status: Offline
Joined: Mar 06, 201212Year Member
Posts: 178
Reputation Power: 7
deadh0b0 wrote What do you mean? If you mean the favicon or the image in the address bar next to the link then save that in your / directory as favicon.png or favicon.jpg
No it can't be that extension it has to be favicon.ico.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.