Easy way to create a favicon for your Website
Favicon gives a discrete iconic look for your website or blog. The usual size of favicon is 16×16 pixels or 32×32 pixels and give its name to favicon.ico and upload to where your homepage resides.
To create favicon.ico
1. Create a 100×100 pixel PNG image in photoshop with transparency.
2. Upload the image to favicon creator which will automatically convert to icon. You can also use Irfanview software if you want to do it offline.
3. Upload to your website where index.html resides
Dont forget to put this line in the head of the php or html page only then icon will appear
<link rel="favicon" href="/favicon.ico" type="image/x-icon" />
For more information, check this site
Similar Posts:
- How to create favicon for wordpress?
- 10+ Free Tools to Create Favicon
- PHP script to convert text string to image
- Free Hyperlink Icon
- Lightweight PHP WYSIWYG HTML Editor
- Uploading Files using Unzip in Linux
- [Fix] Fatal error: Unable to read 25447 bytes in index.php
- 3 Simple Golden Rules to Increase your Adsense Income
- Implementing Secure File Upload in PHP
- WordPress offline editors for blogging!

