I see that some websites have small images leading the URL. How do you code
that? I have looked at the page source, but cannot find it.
TiA,
--
Dutchboy
Posted by Neal on January 7, 2005, 7:12 pm
Please log in for more thread options
> Hi all,
>
> I see that some websites have small images leading the URL. How do
> you code
> that? I have looked at the page source, but cannot find it.
Google "favicon"
Posted by www.1-script.com on January 9, 2005, 7:03 pm
Please log in for more thread options
dutchboy@domain.invalid wrote:
> Hi all,
> I see that some websites have small images leading the URL. How do you
> code
> that? I have looked at the page source, but cannot find it.
> TiA,
Place an icon file called "favicon.ico" into the root directory of your
site. Then add <link rel="shortcut icon" href="/favicon.ico"> in the head
section of your HTML files.