» Site Navigation
1 members and 935 guests
Most users ever online was 47,180, 07-16-2025 at 05:30 PM.
» Today's Birthdays
» Stats
Members: 76,066
Threads: 249,217
Posts: 2,572,780
Top Poster: JLC (31,651)
|
-
Re: Nice!
-
Re: Nice!
Quote:
Originally Posted by JLC
The only reason I haven't mentioned it yet is because it doesn't show up for everyone and it's entirely befuddling as to why or why not.
Firefox, by default, searches for a favicon.ico file in the root directory of the site, while other browsers (ie, safari, etc) don't necessecarially do the same. If you want to make everyone see it, you need to modify the base page template, or at least the main index page, to include these lines in the head section area:
<link rel="shortcut icon" href="http://www.ball-pythons.net/favicon.ico" />
<link rel="icon" href="http://www.ball-pythons.net/favicon.ico" />
-
Re: Nice!
Quote:
Originally Posted by ctrlfreq
Firefox, by default, searches for a favicon.ico file in the root directory of the site, while other browsers (ie, safari, etc) don't necessecarially do the same. If you want to make everyone see it, you need to modify the base page template, or at least the main index page, to include these lines in the head section area:
<link rel="shortcut icon" href="http://www.ball-pythons.net/favicon.ico" />
<link rel="icon" href="http://www.ball-pythons.net/favicon.ico" />
Thanks, Jeff. :)
|