NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew on June 16, 2011, 04:23:44 AM

Title: Icon in address bar
Post by: Matthew 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
Title: Re: Icon in address bar
Post by: Matthew 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
Title: Re: Icon in address bar
Post by: Robert Iliuta on June 16, 2011, 07:44:42 AM
It could be also a "png"

Robert
Title: Re: Icon in address bar
Post by: Bruce 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.