HighDots Forums  

favicons

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss favicons in the Macromedia Dreamweaver forum.



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

Default favicons - 09-28-2008 , 03:29 PM






Hi

client likes the idea of favicons, I've added the code

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

Works ok in Firefox but not in ie7, yet other sites favicons show up

Site link is http://www.junction24ltd.co.uk

Can anyone suggest why?

thanks

Ian





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

Default Re: favicons - 09-28-2008 , 03:48 PM






It works for me in IE7

Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: favicons - 09-28-2008 , 05:54 PM



On 28 Sep 2008 in macromedia.dreamweaver, Ian Edwards wrote:

Quote:
client likes the idea of favicons,
Yep. From a branding point of view, they're a great idea.

Quote:
I've added the code

link rel="SHORTCUT ICON" href="/favicon.ico"/

Works ok in Firefox but not in ie7, yet other sites favicons show up

Site link is http://www.junction24ltd.co.uk

Can anyone suggest why?
Try adding the filetype to the link:

<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />

Note also the two links - apparently some browsers relate better to
just 'icon' as the rel value. Having both won't hurt any.

And if your sample above is a copy/paste, you're missing a space
between the end of the href attribute and the closing /. That
shouldn't make a difference, but in some browsers, it does.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php


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.