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

  • Coraxus
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 35
  • 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: 23404
  • Loc: Woodbridge VA
  • 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.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Coraxus
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 35
  • 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: 23404
  • Loc: Woodbridge VA
  • 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.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • 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
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Feb 04, 2005
  • Posts: 35
  • 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: [ 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: 834
  • 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: 1294
  • 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: [ Select ]
<link rel="shortcut icon" href="your_image" />


I normally use .gif format
Moderator Remark: Added [code] tags
  • littlephoenix
  • Graduate
  • Graduate
  • User avatar
  • Joined: Oct 31, 2006
  • Posts: 149
  • Status: Offline

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: 86 posts
  • Users browsing this forum: No registered users and 96 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
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.