Design tip -- Favicons - that small icon in the address bar.

  • Coraxus
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 34
  • Loc: DryDock Station orbiting over Sov. Latifundia
  • Status: Offline

Post October 29th, 2005, 12:34 pm

I know it's gravedigging, but I have one simple quick question. Is there a way to incorporate these favicons into an external css page? Or do I have to do it the hard way and apply the code to every single page of my website?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 29th, 2005, 12:34 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 22496
  • Loc: Pittsburgh PA
  • Status: Offline

Post October 29th, 2005, 2:01 pm

Really you don't even need the meta tag. Just drop the ico file in your root directory. The browsers will look for it and find it even without any code being there.
"The web is a dominatrix. Every where I turn, I see little buttons ordering me to Submit."
Play sports pools and discuss sports topics at Boasting Rights Sports Forum
Get paid to write articles - www.associatedcontent.com
  • Coraxus
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 34
  • Loc: DryDock Station orbiting over Sov. Latifundia
  • Status: Offline

Post October 29th, 2005, 5:00 pm

You mean just put it directly under the root directory? Lemme try it, though some of the other pages doesn't have that, only my main front page.

I tried putting it under the root directory the same as where the index.html page is, nothing happened, it seems that you would have to put in the line of code in every page.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 22496
  • Loc: Pittsburgh PA
  • Status: Offline

Post October 29th, 2005, 5:33 pm

What browser are you using?
IE is flawed. Try it in Firefox or Netscape or Mozilla

//edit - just view the source code for OZZU. you won't find a coded meta tag for the favicon anywhere.
"The web is a dominatrix. Every where I turn, I see little buttons ordering me to Submit."
Play sports pools and discuss sports topics at Boasting Rights Sports Forum
Get paid to write articles - www.associatedcontent.com
  • webfreak
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Oct 22, 2005
  • Posts: 47
  • Status: Offline

Post October 29th, 2005, 5:34 pm

If you want it to work in IE, you have to save the website as a favorite, and then click the favorite to get the favicon to display. Firefox just does it like it's suppose to.
  • Coraxus
  • Novice
  • Novice
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 34
  • Loc: DryDock Station orbiting over Sov. Latifundia
  • Status: Offline

Post October 29th, 2005, 5:41 pm

Well, for the most part I'm using Safari, the latest version. I can make the favicons work, but I just can't seem to get it to work automatically for all or any pages I put up on my site.

http://ddstation.bizari.net

and this is another page:

http://ddstation.bizari.net/kirbofactory.html

I have the icon stored in a folder under the root diretory, and then another copy directly under the root. The splash page has that code written to have it appear:

Code: [ Download ] [ Select ]
<LINK HREF="/ddsnav/ddicon.ico" rel="SHORTCUT ICON">


The other one doesn't have it, but according to what you said, it should have appeared.
  • iOXeR
  • Student
  • Student
  • No Avatar
  • Joined: Jun 10, 2005
  • Posts: 92
  • Status: Offline

Post January 3rd, 2006, 10:35 pm

For excellent, FREE favicons go to http://www.famfamfam.com/lab/icons/silk/. I think there are 700. They're all really great.[/url]
  • Nasoma
  • Beginner
  • Beginner
  • User avatar
  • Joined: Jul 06, 2005
  • Posts: 42
  • Loc: Pennsylvania
  • Status: Offline

Post January 8th, 2006, 11:20 am

Well I've got the faviocon working in the address bar which is great! But it doesn't appear on the tabbed window bar in firefox like other site's have.

Does anyone know how to make it appear on the tab as well?

Thanks :)
  • Impel GD
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 26, 2004
  • Posts: 838
  • Loc: Cologne, Germany
  • Status: Offline

Post January 8th, 2006, 4:26 pm

All I do is place 'favicon.ico' in the public_html directory and IE and Firefox (tabs included) show it fine.
Web and print design
  • typhon
  • Guru
  • Guru
  • User avatar
  • Joined: Oct 25, 2004
  • Posts: 1268
  • Loc: Memphis, Tn
  • Status: Offline

Post February 19th, 2006, 5:37 pm

It also depends on what theme you use with firefox. Im using japan black and it doesnt have any favicons in the tabs. That may be something else I have set but I think its the theme itself. But if you havent changed themes and other sites favicons show up in the tabs and your doesnt I dont know what to tell you. Sorry
-- Never hold a cat and a hairdryer at the same time.
  • Radaideht
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 11, 2006
  • Posts: 15
  • Loc: Canada
  • Status: Offline

Post June 14th, 2006, 5:21 am

http://tools.dynamicdrive.com/favicon/
  • zooounds
  • Born
  • Born
  • No Avatar
  • Joined: Aug 05, 2006
  • Posts: 4
  • Loc: Sweden
  • Status: Offline

Post August 6th, 2006, 11:17 am

Gimp can both load and save ICO.
  • _mike_
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 06, 2006
  • Posts: 131
  • Loc: The Netherlands
  • Status: Offline

Post August 6th, 2006, 4:36 pm

I use Infranview to convert images to ico files... too many options ;)
  • minipwn
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jun 29, 2006
  • Posts: 38
  • Status: Offline

Post September 1st, 2006, 7:58 pm

I'm not sure if anyone mentioned this already but you can also just include this into your web page in your web pages <head> section

Code: [ Download ] [ Select ]
<link rel="shortcut icon" href="your_image" />


I normally use .gif format
Moderator Remark: Added [code] tags

Post November 27th, 2006, 11:53 pm

iconfactory makes the plugin for pshop if im not mistaken, its around 80$
its called icon builder XP, but I've always used michelangelo http://www.microangelo.us for as long as i remember :P
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 27th, 2006, 11:53 pm

Post Information

  • Total Posts in this topic: 69 posts
  • Users browsing this forum: No registered users and 75 guests
  • 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 post attachments in this forum
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.