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:
- Free Hyperlink Icon
- PHP script to convert text string to image
- Lightweight PHP WYSIWYG HTML Editor
- Uploading Files using Unzip in Linux
- [Fix] Fatal error: Unable to read 25447 bytes in index.php
- Implementing Secure File Upload in PHP
- WordPress offline editors for blogging!
- Beautiful Free Web Icon Sets for Download ~Must SEE~
- Most Popular Open Source PHP Scripts
- PHP script to check server status online/offline




