Favicons?

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sun Sep 24, 2006 8:39 pm    Post subject: Favicons? Reply with quote

I forgot how to add favicons to webpages (the HTML code thing for it) if someone knows it post it pls, thnx :D
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sun Sep 24, 2006 8:49 pm    Post subject: Reply with quote

It's not required. As long as your favicon.ico is in the root folder of your website, the browser will automatically
detect it. But, if you must have the code for it...
Code:
<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/x-icon">
FYI - It must go in the headers.

Last edited by Moxxnixx on Sun Sep 24, 2006 11:02 pm; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sun Sep 24, 2006 10:41 pm    Post subject: Reply with quote

kk thnx :D
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sun Sep 24, 2006 10:57 pm    Post subject: Reply with quote

Actually, the proper code is...
Code:
<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://example.com/favicon.ico" type="image/x-icon">

The second line is only needed if you intend to offer an alternative image to
modern browsers (e.g. an animated GIF).

Note - I edited my first post to show the correct one. Although, it should still work.
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group