Favicon

You will want to place the favicon code in your overall_header.html code and upload the image to your site.

The code is
Code:
<link REL="SHORTCUT ICON" HREF="favicon.ico">

Replace favicon.ico with the location of the image you upload.
 
And make sure the image is, i believe 16 X 16 , in case you didn't know the size.
 
hcfwesker said:
And make sure the image is, i believe 16 X 16 , in case you didn't know the size.

Well you can make it larger sizes, it will auto scale it down at least in firefox.
 
Of course, lol ... but wouldn't that blur the image, if someone tried a 500X500 image 😀

I was just trying to pretend i knew something , lol, so i added the format size, trying to be helpful.
 
Yep, it can really kill what you are trying to put out there. But if you have a high quality image it will work better.

But the real problem is, if you have a large image that is 200k, even though it is only showing as 16x16, it still loads that entire 200k.
 
Whaturmuva said:
But the real problem is, if you have a large image that is 200k, even though it is only showing as 16x16, it still loads that entire 200k.
Which hurts both end user loading speed and bandwidth, you want as small of image files as possible in terms of bytes. Also, that code isn't xHTML strict, use lowercase or W3C will yell at you.
 
ok. can i put the file anywhere on my website as long as i know where its at
 
Put it in your root folder, but you could essentially put it anywhere you want (even using photobucket, for instance).

Also, I recommend creating favicons at 32x32, it's a lot easier to work with and scales perfectly. You can also try using http://www.favicon.cc/
 
i know that. but in the <title> or <head> or what section in that file
 
Put it anywhere in the <head>, although for some unknown reason many like to put it below <title>

Also just a slight correction on Ghost's W3C Advice, if you want to be completely compliant remember to add the self-close, so it would be like this
Code:
<link rel="shortcut icon" href="favicon.ico" />
 
thanks! and not only that, but so far 7 mods have been put in over two days and the menu is going to be fixed. i'm really excited about this site! so many possiblities 🙂
 
Back
Top Bottom