GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 06-Jul-2004, 11:54
dsmith's Avatar
dsmith dsmith is offline
Senior Member
 
Join Date: Jan 2004
Location: Utah, USA
Posts: 1,351
dsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of light

Small logo in title bar.


How do you get a small logo in the address bar?

I don't think that IE Explorer supports it, but if you have firefox, you should see a small G in the address bar for GIDForums.

If you go to my site, www.dbcservices.com, it will show up at times and other times it won't. This is the html code that I am using:

HTML Code:
<HEAD> <TITLE>DBC Services Home Page</TITLE> <link rel="icon" href="/graphics/dbc-16.png" type="image/png"> </HEAD>

Why is this sporadic? Is there a better way to do this? I copied this from the mozilla home page, but theres always works and mine only works sometimes.

Thanks for any comments.
  #2  
Old 06-Jul-2004, 13:42
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
As far as I know the proper format for one would be:

HTML Code:
<HEAD> <TITLE>DBC Services Home Page</TITLE> <link rel="shortcut icon" href="/graphics/dbc-16.png"> </HEAD>

Also, if you just place a file named favicon.ico inside of your root dir, it will automatically show up.
__________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business.
  #3  
Old 07-Jul-2004, 04:50
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
I really don't know what <link rel="icon" href="/graphics/dbc-16.png" type="image/png"> is supposed to be doing but I'd suggest you create your icon in the .ico format and save it as favicon.ico and upload it to your WWW root folder.

In case you're wondering why it works at the www.mozilla.org site, check this out... http://www.mozilla.org/favicon.ico
  #4  
Old 07-Jul-2004, 07:08
dsmith's Avatar
dsmith dsmith is offline
Senior Member
 
Join Date: Jan 2004
Location: Utah, USA
Posts: 1,351
dsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of light
Thanks both.

I made a favicon.ico and it seems to work now once I cleared the cache on my browser.

The HTML code that I gave, seemed to always put the small logo in the tab, but only occasionaly in the address bar.
  #5  
Old 25-Jul-2004, 16:34
Griff Griff is offline
New Member
 
Join Date: Jun 2004
Posts: 15
Griff is on a distinguished road
Quote:
Originally Posted by dsmith
Thanks both.

I made a favicon.ico and it seems to work now once I cleared the cache on my browser.

The HTML code that I gave, seemed to always put the small logo in the tab, but only occasionaly in the address bar.

I've done this same thing, and even cleaned out my cache yet it's still not using the favicon.ico I created. Any guesses why?
__________________
http://www.astridstudios.com
  #6  
Old 25-Jul-2004, 17:29
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
I can help you, I just need to know this:

Provide the link tot he favicon that you are using.
Link us to the page.
What broswers did you test it in and see it is not workin?
__________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business.
  #7  
Old 25-Jul-2004, 20:02
Griff Griff is offline
New Member
 
Join Date: Jun 2004
Posts: 15
Griff is on a distinguished road
Quote:
Originally Posted by BobbyDouglas
I can help you, I just need to know this:

Provide the link tot he favicon that you are using.
Link us to the page.
What broswers did you test it in and see it is not workin?

Sorry, I assumed everyone would get the link from my signature, but it would help if I didn't misspell it huh?

http://www.astridstudios.com/favicon.ico

I tested it in Internet Explorer 6.0
__________________
http://www.astridstudios.com
  #8  
Old 26-Jul-2004, 00:17
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
The favicon works for me in both IE and FF.

Did you add your website to your favorites and then view the favorites list to see if it appeared?
__________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business.
  #9  
Old 26-Jul-2004, 03:13
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
Quote:
Originally Posted by Griff
I tested it in Internet Explorer 6.0

IE does not pull the favicon automatically only when you add it to favourites. That's why it was useful in the old days because websites were able to work out how many people were adding them to their favourites. Now the new generations do it automatically.

Rob
  #10  
Old 26-Jul-2004, 04:50
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Support for favicons on MSIE is buggy or works just for a little while. As Rob already mentioned, you need to add a web page to your favourites for it to appear and even then it only 'shows' for a little while.... It helps to make it appear for a bit longer by adding a copy of your favicon.ico file inside every sub folder off your website but that just usually gives you a few more days (at best).

Over time, or once you clear your cache (I can't remember the details now), you will notice the 'custom' favicons stored with your favourites will be replaced by the infamous "e" of Internet Explorer...
 
 

Recent GIDBlogFirst week of IA training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Logo Help! BobbyDouglas Websites Reviewed Forum 5 03-May-2004 11:43
This is a small snippet from a much larger piece. Tang_Quester Open Discussion Forum 1 19-Mar-2004 01:17
Small business hosting for less... sdhosting Web Hosting Advertisements & Offers 0 13-Dec-2003 08:51
I need a logo made pcxgamer Graphics Forum 8 15-Jun-2003 23:07
Customised title for adding to favourites jrobbio Web Design Forum 0 16-May-2003 10:23

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 16:15.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.