Announcement

Collapse
No announcement yet.

How do you get the graphic before the name?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do you get the graphic before the name?

    When creating a simple web page how do you get the graphic before the name. See picture below

    Thanks

    Thom
    Attached Files

    #2
    Put the graphic named favicon.ico in the root directory of your web server.

    Example:
    http://board.homeseer.com/favicon.ico

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #3
      I googled this - here ya go...

      You'll need an image 16 x 16 pixels in size. According to what I found, the icon should probably be 16 colors and not higher.

      Save the image as favicon.ico and save it to the root folder of your server.

      That should work. If not, try putting the following line in the head section of your web page:


      PHP Code:
      <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> 


      If you saved the favicon.ico image to a folder other than root, be sure to replace "/favicon.ico" with "folder location/favicon.ico".

      Hope this helps!

      BTW - I haven't tested this with my HS server... only because I haven't gotten around to it.

      Source: http://www.thesitewizard.com/archive/favicon.shtml


      edit: looks like someone beat me to the punch... oh well!

      Comment


        #4
        Thanks for all your help.

        Thom

        Comment

        Working...
        X