NetTalk Central

Author Topic: Icon in address bar  (Read 3078 times)

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Icon in address bar
« on: June 16, 2011, 04:23:44 AM »
Hello

How to add my own icon that it will be show in address bar in web browser?

Regards,
Matthew

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Re: Icon in address bar
« Reply #1 on: June 16, 2011, 04:46:58 AM »
Problem resolved.

I need to add before </head> section the following line:

<link rel="shortcut icon" href=".\favicon.ico" />

and put my icon in web folder.

Regards,
Matthew

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: Icon in address bar
« Reply #2 on: June 16, 2011, 07:44:42 AM »
It could be also a "png"

Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Icon in address bar
« Reply #3 on: June 16, 2011, 09:35:05 PM »
You don't even need to do the header bit. Just put the file named favicon.ico in the web folder.