Quote:
Originally Posted by padsoftware
My website is allendunahoo.com and scrawl.allendunahoo.com.
|
Looking at
PAD Software | Software Made Simple the app is correct!
Load your page and view the source, the web page contains no Favicon link.
The fact that our Favicon has the default favicon.ico name is the reason that it still shows in your browser, but ideally it should be linked, and can be named differently if you wish.
This can be useful if your website installation is ever used to host different websites on different domains, as you can specify different icon filenames, rather than all of the sites in the instalation having to have the same icon.
Your HTML should contain the Favicon link Meta Tag, as follows:
<link rel="icon" href="http://allendunahoo.com/favicon.ico" type="image/vnd.microsoft.icon" />
Place this between the <head> and </head> tags.
Mike.