Quote:
If you mean a favicon (the icon that appears on the favorites menu when
the page is added) then create a standard 16x16 icon and name it as
'favicon.ico'. Put this in the root directory of your site. |
Thanks, Brendan. That's what I was looking for. We should note that you
should save your favicon in GIF format and include the following in the
HEAD portion of your site pages:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />