Little logo in title tab

It's called a favicon and you add it by adding the following code inside your <head> tags
Code:
<link rel="shortcut icon" href="http://www.designforums.co.uk/images/favicon.ico" type="image/x-icon">
For help on making a favicon, go to favicon.ico Generator and click import on the left hand side.
 
according to harry or jaz, as long as it's stuck in the root of the folder the link in the html isn't needed.

Might also want to think of an iphone icon too :)
 
Oooh i've always wanted to know how one would get a favicon on a website or update it... haven't got to this advanced point yet... but will be good reference for the future!
 
what did you call the file, should be favicon.ico and it should be in the root of your folders (in my case its the same as my index.html). It's also better to use a generator in my experience too

You did upload the file yeah :)
 
Back
Top