|
Favicons
Favicons (favorite icons) are custom icons that appear next to the website address on most browsers. ICO files were generated using Dynamic Drive.
To access the files, you must have a program that can open ZIP files, like 7-Zip. To display, upload to your server and put the following code between the <head></head> tags of your page. Change the variables where appropriate.
Favicon
<link rel="icon" href="INSERT URL OF favicon.ico" type="image/x-icon">
Animated favicon (Mozilla Firefox, Google Chrome 4+, and Opera 7+)
<link rel="icon" href="INSERT URL OF favicon.gif" type="image/gif">
On older browsers, using both codes will display the animated favicon by default and change into the non-animated favicon on non-supporting browsers. This is no longer supported on newer browsers (Mozilla Firefox 57+, Google Chrome 62+), as using both codes will display the non-animated favicon (ICO) by default.











