HighDots Forums  

Icon in url bar

alt.html.webedit alt.html.webedit


Discuss Icon in url bar in the alt.html.webedit forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anton
 
Posts: n/a

Default Icon in url bar - 10-19-2003 , 12:34 AM






Hi all ; Can someone tell me how to put an icon in the URL of a web
page ? Thanks for any Help ;o)


Reply With Quote
  #2  
Old   
Bryan
 
Posts: n/a

Default Re: Icon in url bar - 10-20-2003 , 12:07 AM






first place a Windows icon file named favicon.ico in your root directory
(and other directories if you want because it might not be picked up in
other ones) of the web server (usually same directory as your default page).
then place the following in the head section of your HTML:

<link rel="shortcut icon"
href="http://www.yoursite.com/yourdir/yourfile.ico">

about the icon: it need to be 16x16 pixels and 4-bit (16 color) to display
correctly. you can use an icon generator like one found here:
http://download.com.com/3000-2195-10051566.html

Hope this helps

--
Bryan
My Site: www.saber-online.com
My AGD2 Page: http://diablo.saber-online.com/agd2/index.html
My Forum: www.saber-online.com/phpBB2/index.php
"Anton" <thefixer (AT) ixpres (DOT) com> wrote

Quote:
Hi all ; Can someone tell me how to put an icon in the URL of a web
page ? Thanks for any Help ;o)




Reply With Quote
  #3  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Icon in url bar - 10-20-2003 , 08:44 AM



Bryan pounced upon this pigeonhole and pronounced:
Quote:
"Anton" <thefixer (AT) ixpres (DOT) com> wrote in message
news:3F922251.2040700 (AT) ixpres (DOT) com...
Hi all ; Can someone tell me how to put an icon in the URL of a web
page ? Thanks for any Help ;o)


link rel="shortcut icon"
href="http://www.yoursite.com/yourdir/yourfile.ico"
My recollection is you need the mime type as well.

<link rel="shortcut icon" href="../pathto/images/favicon.ico"
type="image/x-icon">

Use relative pathing, not full URL.

[top-posting corrected]

--
-bts
-This space intentionally left blank.


Reply With Quote
  #4  
Old   
Anton
 
Posts: n/a

Default Re: Icon in url bar - Thanks For You Help ;o) - 10-20-2003 , 06:12 PM



Just want to say Thanks for your Help !!..... Much Appreciated )

Anton

Beauregard T. Shagnasty wrote:
Quote:
Bryan pounced upon this pigeonhole and pronounced:

"Anton" <thefixer (AT) ixpres (DOT) com> wrote in message
news:3F922251.2040700 (AT) ixpres (DOT) com...

Hi all ; Can someone tell me how to put an icon in the URL of a web
page ? Thanks for any Help ;o)


link rel="shortcut icon"
href="http://www.yoursite.com/yourdir/yourfile.ico"


My recollection is you need the mime type as well.

link rel="shortcut icon" href="../pathto/images/favicon.ico"
type="image/x-icon"

Use relative pathing, not full URL.

[top-posting corrected]



Reply With Quote
  #5  
Old   
Skinny
 
Posts: n/a

Default Re: Icon in url bar - 10-23-2003 , 11:03 AM



http://www.favicon.co.uk/

To create an icon use the above link, when you have created it and received
the e-mail with the icon, just put the .ico in the root directory of your
Web site.

NB. You might need to clear your cache before you can see it.

Skinny

"Anton" <thefixer (AT) ixpres (DOT) com> wrote

Quote:
Hi all ; Can someone tell me how to put an icon in the URL of a web
page ? Thanks for any Help ;o)




Reply With Quote
Reply




Thread Tools
Display Modes

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 On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.