13 Jun 2008 |
View Comments
(0 Votes)
|
Favorites icon are litle icons associated with a particular website or webpage, shown next to the site's name in the URL bar of most browsers. Genfavicon is a free online tool you can use to generate favicon for your website. It takes just one page to do it all :
I really enjoyed using this tool as it save me a lot of time. Best thing is you're able to scale the image and choose which part exactly you want to use; So its not just about resizing Also it gives you a snapshout about how your favicon is going to look on Firefox. Take a look:
If you're using Joomla 1.0.x : <link href="<?php echo $mosConfig_live_site."/templates/".$mainframe->getTemplate()."/favicon.ico"; ?>" rel="shortcut icon" /> If you're using Joomla 1.5 <link href="templates/<?php echo $this->template ?>/favicon.ico" rel="shortcut icon" /> Enjoy! |




