943,746 Members | Top Members by Rank

Ad:
Jan 19th, 2009
0

Short Cut Icon

Expand 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...
Similar Threads
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
kavithakesav is offline Offline
52 posts
since Nov 2007
Jan 19th, 2009
0

Re: Short Cut Icon

<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.
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009
Jan 20th, 2009
0

Re: Short Cut Icon

Sorry!!! its still now working in IE.

Can u please help me any one...
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
kavithakesav is offline Offline
52 posts
since Nov 2007
Jan 20th, 2009
0

Re: Short Cut Icon

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
steffann j is offline Offline
2 posts
since Jan 2009
Jan 24th, 2009
0

Re: Short Cut Icon

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Exciting Sales is offline Offline
5 posts
since Sep 2008
Jan 24th, 2009
0

Re: Short Cut Icon

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" />
Reputation Points: 10
Solved Threads: 0
Newbie Poster
steffann j is offline Offline
2 posts
since Jan 2009
May 26th, 2009
0

Re: Short Cut Icon

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.
Reputation Points: 4
Solved Threads: 0
Newbie Poster
shree2006 is offline Offline
3 posts
since May 2009
May 28th, 2009
0

Re: Short Cut Icon

Another way to call your icon, implemented in W3C standards:
html Syntax (Toggle Plain Text)
  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" />
Featured Poster
Reputation Points: 114
Solved Threads: 138
Posting Shark
essential is offline Offline
973 posts
since Aug 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Positioning Text and Links
Next Thread in HTML and CSS Forum Timeline: creating menu and submenu





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC