Anil If you are using IE ?

because IE only supports ico as favicon . No other image formats . So
if you are using IE then I will suggest you to use ico format AND if
you want to use animated GIF then I will suggest you to use this way .

<link rel="shortcut icon" href="favicon-sor-IE.ico" type="image/x-
icon" />
<link rel="shortcut icon" href="Animated-favicon-for-others.gif"
type="image/gif" />

So by using two favicons you can ensure that users who use browsers
other than IE will be able to see animated gifs and the user who use
IE will be able to see second favicon . So this way you can get rid
off  browser compatibility issue.


On Mar 17, 8:51 pm, Anil <[email protected]> wrote:
> Hi,
> The below worked great.
>  <link rel="icon"
>        href="favicon.ico">
>
> But when i tried  <link rel="icon"
>        type="image/gif"
>        href="image.gif">
> It did not work.
> Any clue?
> Thanks in Advance,
> Anil
>
> On Mar 16, 3:12 am, Flexian_me <[email protected]> wrote:
>
> > Use Favicon . Better you generate any favicon and then use it as it is
> > of very small size thus will help to reduce loadin time of the website
> > otherwise you can use any image .
> > place following code inside your index.template.html into head section
> > as -
>
> > <link rel="icon"
> >       type="image/png"
> >       href="favicon.ico">
>
> > put ur image url inside href . I hav image as favicon.ico in the same
> > html-template directory so you can replace this favicon.ico with your
> > image url.
>
> > Thanks & Regards!
> > !Amar Shukla!
>
> > On Mar 13, 11:36 am, Flex Baby <[email protected]> wrote:
>
> > > hi,
> > > how to set image near that page title?
>
> > > On Mar 11, 10:19 am, Flexian_me <[email protected]> wrote:
>
> > > > in your flex project you must be having an html-template folder which
> > > > contains  an index.template.html file . Open this file in any text
> > > > editor and find this tag <title>${title}</title>
> > > > Now simply replace this ${title}  with your project name as  -
>
> > > > <title>My Project</title>
>
> > > > Thanks & Regards!
> > > > !Amar Shukla!
>
> > > > On Mar 10, 4:42 pm, Flex Baby <[email protected]> wrote:
>
> > > > > hi,
> > > > > wen i run my project in browser,title for the current tab is that URL
> > > > > name,
> > > > > but i want that title name for the tab is My PROJECT NAME,how i got 
> > > > > it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to