Aqua-Soft Forums: That Little Icon In The Address Bar - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

That Little Icon In The Address Bar Rate Topic: -----

#1 User is offline   liquidplasmaflow Icon

  • Group: Member
  • Posts: 1,523
  • Joined: 11-July 03

Posted 19 February 2004 - 12:26 AM

I'm going to develop a web page, and on some pages, near the Address Bar (sorry, I use IE) instead of the little web page icon, I see a little image like a logo or otherwise. Aqua-Soft even has one. Does anyone know how to incorporate that into a web page?

Adam
0

#2 User is offline   GillBates Icon

  • Group: Member
  • Posts: 759
  • Joined: 09-April 03

Posted 19 February 2004 - 12:51 AM

Google for favicon
0

#3 User is offline   wizard Icon

  • Group: Member
  • Posts: 4,351
  • Joined: 07-January 03

Posted 19 February 2004 - 01:31 AM

To elaborate on Gill's answer, just make an icon, and put it in the root directory of the website and name it favicon.ico
0

#4 User is offline   Ludge Icon

  • Group: Member
  • Posts: 1,229
  • Joined: 03-June 03

Posted 19 February 2004 - 09:24 AM

Quote

Originally posted by wizard@Feb 19 2004, 01:31 AM
To elaborate on Gill's answer, just make an icon, and put it in the root directory of the website and name it favicon.ico

a 16x16 icon for preference.
0

#5 User is offline   SpyderFCS Icon

  • Group: Member
  • Posts: 438
  • Joined: 12-November 02

Posted 19 February 2004 - 01:52 PM

it's very simple although IE doesn't like them!
0

#6 User is offline   Stevie BM Icon

  • Group: Member
  • Posts: 2,243
  • Joined: 04-May 03

Posted 19 February 2004 - 04:32 PM

Ok, here's the complete solution.

Create a 16*16 icon, favicon.ico, and put it somewhere in your site (let's assume the /images directory).
In the head of each page you would like to use that favicon, you then add the following link:
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />

0

#7 User is offline   deathmedic3rd Icon

  • Group: Member
  • Posts: 1,195
  • Joined: 26-July 03

Posted 28 February 2004 - 02:00 PM

/hugs Stevie BM
/Stevie BM pushes me to the floor... "what the hell is wrong with you man!"

i've wondering how to do this.. and couldn't be bothered to search as it wasn't a major feature i wanted :P
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic