Imagine for a few moments that you care about creating your own favicon
Use something like this to convert your ".png" file to an ".ico" file. Rename the file "favicon". The complete filename needs to be "favicon.ico" or it probably won't work.
Upload your favicon file to your web host and make a note of the full pathname.
Add the following code to your HTML template somewhere between the <head> and </head> tags:
<link rel="icon" href="pathname/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="pathname/favicon.ico" type="image/x-icon"/>
Save the template and republish your blog or webpage.
Et voila!
In other news, I revised my favicon ever so slightly so it looks a little less like a swing-arm desk lamp. Here at Don't Trust Snakes, readers' concerns are our number-one priority. But if you tell me it now looks like Nessie, I may kill you.
0 Comments:
Post a Comment
<< Home