Jump to content

faviccon problem


Recommended Posts

Hi,

 

On html file you have created you should include a link to your favicon icon (betwen the <head> </head> elements)

 

Something like:

 

<link rel="icon" type="image/vnd.microsoft.icon" href="http://yoursite/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://yoursite/favicon.ico" />

 

But why you have created an HTML file?

Link to comment
Share on other sites

×
×
  • Create New...