URL Icon
Here’s one quick tip for those who don’t know yet – Add an ICON to you blog’s URL. That’s the little picture beside the URL when you browse you blog.
Does this looks boring to you?
2. Upload the icon to your directory on line the same location of the index.html
3. Rename the icon on line to favicon.ico
4. Add both lines below to the head of your index.html page
<link href=”favicon.ico” rel=”icon” type=”image/ico” />
<link href=”favicon.ico” rel=”SHORTCUT ICON” />
And you’re done!
Thanks to Allen for pointing out that the last two line of code is not there.. :)
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
I have a feeling that your instruction # 4 is incomplete. You said, add both lines….
what do I add? :D
Right! :D so sorry for that.. Typed in the code.. and apparently wordpress interpret it as code.. should have put a quote or something…
[...] URL Icon – Ever wanted to add something different to your blog? You should try to add an URL Icon or a Favicon. It is something that could make your blog unique. [...]
wow. this is so cool, eli! thanks for sharing!