Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

icon iamge for the web site

Engaged ,
Feb 25, 2014 Feb 25, 2014

I see some web site has an icon to present the web site.

ASP.Net has favicon to present the web site.

I would like to know does ColdFsuion has similar function to have my web site an icon to present.

Your information and help is great appreciated,

Regards,

Iccsi,

459
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Feb 25, 2014 Feb 25, 2014

Favicons really have nothing to do with the server-side language you choose to use (ColdFusion, ASP.Net, PHP, etc.).  Rather, they are basic HTML functionality that has to be supported by the browser.  All you need to have a favicon in your web site is to add this to the <head> tag:

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

There are online tools to convert GIF/PNG/JPG files into ICO files, such as this one: http://favicon-generator.org/.

HTH,

-Carl V.

Translate
Guide ,
Feb 25, 2014 Feb 25, 2014

Favicons really have nothing to do with the server-side language you choose to use (ColdFusion, ASP.Net, PHP, etc.).  Rather, they are basic HTML functionality that has to be supported by the browser.  All you need to have a favicon in your web site is to add this to the <head> tag:

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

There are online tools to convert GIF/PNG/JPG files into ICO files, such as this one: http://favicon-generator.org/.

HTH,

-Carl V.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 26, 2014 Feb 26, 2014
LATEST

Thanks a million for the information and help,

Regards,

Iccsi,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources