Short Cut Icon

Reply

Join Date: Nov 2007
Posts: 52
Reputation: kavithakesav is an unknown quantity at this point 
Solved Threads: 2
kavithakesav kavithakesav is offline Offline
Junior Poster in Training

Short Cut Icon

 
0
  #1
Jan 19th, 2009
Hi All,
I want a shortcut icon for my website. I did but its coming only mozilla its not coming ie i don't know wants wrong in my code. My code is

<link rel="SHORTCUT ICON" href="images/myicon.ico" />

Thanks in advance
Kavikesav...
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,352
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 163
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Short Cut Icon

 
0
  #2
Jan 19th, 2009
Originally Posted by kavithakesav View Post
<link rel="SHORTCUT ICON" href="images/myicon.ico" />
Try <link rel="shortcut icon" Type="image/x-icon" href="http://www.mysite.com/images/myicon.ico"> IE can be picky
Last edited by almostbob; Jan 19th, 2009 at 6:35 am.
Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 52
Reputation: kavithakesav is an unknown quantity at this point 
Solved Threads: 2
kavithakesav kavithakesav is offline Offline
Junior Poster in Training

Re: Short Cut Icon

 
0
  #3
Jan 20th, 2009
Sorry!!! its still now working in IE.

Can u please help me any one...
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 2
Reputation: steffann j is an unknown quantity at this point 
Solved Threads: 0
steffann j steffann j is offline Offline
Newbie Poster

Re: Short Cut Icon

 
0
  #4
Jan 20th, 2009
Originally Posted by kavithakesav View Post
Hi All,
I want a shortcut icon for my website. I did but its coming only mozilla its not coming ie i don't know wants wrong in my code. My code is

<link rel="SHORTCUT ICON" href="images/myicon.ico" />

Thanks in advance
Kavikesav...
Hi,

I think you have to complete your code with :
type="image/x-icon"
and also, put the file "myicon.ico" at the root of your site and not in the images folder.
<link rel="shortcut icon" type="image/x-icon" href="images/myicon.ico"/>

Good luck.
Jocelyn
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 5
Reputation: Exciting Sales is an unknown quantity at this point 
Solved Threads: 0
Exciting Sales Exciting Sales is offline Offline
Newbie Poster

Re: Short Cut Icon

 
0
  #5
Jan 24th, 2009
What doctype are you using?

<link rel="shortcut icon" href="images/youriconname.ico" />
will work in both ie and ff if you are using xhtml 1.0 T

you might also try:
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
or end with: href="favicon.ico" /> and put the favicon directly in the public_html folder and not in a subfolder.
Last edited by Exciting Sales; Jan 24th, 2009 at 6:00 am.
Excitahost.com
Get Excited About Hosting
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 2
Reputation: steffann j is an unknown quantity at this point 
Solved Threads: 0
steffann j steffann j is offline Offline
Newbie Poster

Re: Short Cut Icon

 
0
  #6
Jan 24th, 2009
I made a mistake in my previous reply in the html code. Sorry.
I said you have to put the "Icon.ico" at the root of your website. It's true but I don't give you the correct html code.

You have to write

<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
or end with: href="favicon.ico" />
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 3
Reputation: shree2006 has a little shameless behaviour in the past 
Solved Threads: 0
shree2006 shree2006 is offline Offline
Newbie Poster

Re: Short Cut Icon

 
0
  #7
May 26th, 2009
eft click icon

right click icon

select "cut"

browse to wherever you want to put it

control "v" (paste)
Last edited by Ezzaral; May 26th, 2009 at 2:09 pm. Reason: Snipped sig links.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 954
Reputation: essential will become famous soon enough essential will become famous soon enough 
Solved Threads: 131
Featured Poster
essential's Avatar
essential essential is offline Offline
Posting Shark

Re: Short Cut Icon

 
0
  #8
May 28th, 2009
Another way to call your icon, implemented in W3C standards:
  1. <head profile="http://www.w3.org/2005/10/profile"> <!-- Must be implemented if you are using any icon inside your (x)HTML document. -->
  2. <title>Your Site</title>
  3. <link rel="icon" type="image/ico" href="pathToIcon/yourfavicon.ico" />
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC