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.. :)
I have a feeling that your instruction # 4 is incomplete. You said, add both lines….
what do I add? :D