How do I display a Favicon??

To use a favicon:

  • load it on your website
  • Go to your template and request to Add Content
  • Select Advanced Content from the options of types of content you may add.
  • When the editor window opens up, add the following in the window:

      <link rel="icon" href="images/favico.ico" type="image/ico"/>
      <link rel="short icon" href="images/favico.ico"/>

  • Change the words "images/favico.icon" to the path and name of the location where you saved your favicon
  • Save you advance content work, you are done.