Difference between revisions of "Favicons"

From KOP KB
Jump to: navigation, search
(Created page with "Most of the time you can get away with putting a 32 by 32 .ico file in the root. ==Website Builders == Depending on the website will depend on the route you may have to do th...")
 
(Website Builders)
 
Line 4: Line 4:
 
Depending on the website will depend on the route you may have to do this if it is not in the root you will need to follow the below code.
 
Depending on the website will depend on the route you may have to do this if it is not in the root you will need to follow the below code.
  
<syntaxhighlight lang="html4strict">
+
<syntaxhighlight lang="html4strict" enclose="div">
 
<link rel="icon" href="http://domain.com/somefolder/favicon.ico" />
 
<link rel="icon" href="http://domain.com/somefolder/favicon.ico" />
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 18:23, 14 January 2015

Most of the time you can get away with putting a 32 by 32 .ico file in the root.

Website Builders

Depending on the website will depend on the route you may have to do this if it is not in the root you will need to follow the below code.

<link rel="icon" href="http://domain.com/somefolder/favicon.ico" />