Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
superdk #1
favicon
My favicon works in Firefox, but dosn't work in IE7 - WHY??? I've saved it
in Photoshop as a .ico file added it to my favorites list in IE but still
doesn't work.
Here's the code I'm using -
<head>
<link rel="shortcut icon" href="/favicon.ico">
Thanks for any help,
Dave
superdk Guest
-
integrated server error - favicon not found
Looks like the right location for the favicon is: C:\Program Files\Macromedia\Flex\jrun4\servers\default\default-war\favicon.ico Placing the icon... -
favicon.ico
Matthew \"theOtherMatthew\" Brown wrote: Thanks! -- Darrell Hensley http://www.psy-center.com -
Murray *ACE* #2
Re: favicon
For IE you have to use this -
<link rel="icon" href="/images/favicon.gif" type="image/gif" />
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"superdk" <webforumsuser@macromedia.com> wrote in message
news:ek99jj$sim$1@forums.macromedia.com...> My favicon works in Firefox, but dosn't work in IE7 - WHY??? I've saved
> it
> in Photoshop as a .ico file added it to my favorites list in IE but still
> doesn't work.
>
> Here's the code I'm using -
> <head>
> <link rel="shortcut icon" href="/favicon.ico">
>
> Thanks for any help,
> Dave
>
Murray *ACE* Guest
-
Michael Fesser #3
Re: favicon
..oO(Murray *ACE*)
Huh? Gif?>For IE you have to use this -
>
><link rel="icon" href="/images/favicon.gif" type="image/gif" />
The following works in IE, but usually only after adding the page to
your favourites:
<link rel='shortcut icon' href='/favicon.ico' type='image/ico'>
Micha
Michael Fesser Guest
-
Murray *ACE* #4
Re: favicon
Oh - oops.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Michael Fesser" <netizen@gmx.de> wrote in message
news:j92hm216d7i43obtt5pssd5rqq8gdidnvi@4ax.com...> .oO(Murray *ACE*)
>>>>For IE you have to use this -
>>
>><link rel="icon" href="/images/favicon.gif" type="image/gif" />
> Huh? Gif?
>
> The following works in IE, but usually only after adding the page to
> your favourites:
>
> <link rel='shortcut icon' href='/favicon.ico' type='image/ico'>
>
> Micha
Murray *ACE* Guest



Reply With Quote

