Today's Page Hits: 1525
I have more hair and it isn't so grey. :->
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
So, I'm trying to get kanigix.org in shape and I wanted to add one of those little icons up in the URL bar of the browsers. One google later and I'm at http://www.html-kit.com/favicon.
I followed the instructions, upload my .jpg file, and got a new resource. I downloaded the favicon.ico, did not get a virus, and then uploaded the resulting file to my website.
I then added the following snippet of html to my pages:
<link rel="shortcut icon" href="/images/favicon.ico" >
Note that I have to use special escape characters in the raw html here in order to keep a blank line from appearing. It should really be '<' and '>'.
For example, I simply place the favicon.ico file of my choice in the appropriate Apache directory [ex. /var/apache2/htdocs/ ] and that's it. You'll probably have to clear your browser cache and reload to ensure it worked. If you want to change to different icons per page, coding the page as you suggest is fairly easy.
Posted by Wes Williams on March 20, 2006 at 01:29 PM CST #
Posted by Tom Haynes on March 20, 2006 at 01:44 PM CST #
Posted by Wes Williams on March 20, 2006 at 02:00 PM CST #
Posted by Tom Haynes on March 20, 2006 at 06:38 PM CST #
I look forward to seeing what kanigix develops into.
Posted by Wes Williams on March 20, 2006 at 07:03 PM CST #