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?


See that? Just plain old paper before my very beautiful (everything-eli.com) domain. :-)Would it be more exciting (well, probably much nicer) to have your face on your URL? Like this guy over here?

Here’s how to do it!………..To add an icon to your URL:1. You need an icon.You can try and search your PC for an icon. These type of files ends in ICO. Example filename.icoIf you can’t find one (or too lazy to search for one :)) You can create you own Icon, just go to http://tools.dynamicdrive.com/favicon/ and upload your favorite picture to create an icon.
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.

4 Comments »

 
 

Leave a Reply

You must be logged in to post a comment.