Announcement

Collapse
No announcement yet.

Favicon code analysis

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

    Favicon code analysis

    Hi guys, I was wondering if someone can tell me what I have done wrong here. I have added this line at the top of Act_Primary.html, but my favicon is not doing what I believe it should be doing.

    <html>
    <head>
    <LINK REL="http://www.skysolutions.co.uk/acatalog/myicon.ico" HREF="http://www.skysolutions.co.uk/myicon.ico">
    <TITLE>Sky Solutions Home Page</TITLE>
    <TITLE>

    Any advice appreciated!

    #2
    Not 100% certain on this, but should not both links have the same path to the ico file, as one link suggest in the acatalog folder (where the file does exist) and the other in the root folder where it is not located. Just an idea

    Comment


      #3
      This is the code from Microsoft. Page:

      http://msdn.microsoft.com/library/de...ortcutIcon.asp

      <HEAD>
      <LINK REL="SHORTCUT ICON"HREF="http://www.mydomain.com/myicon.ico">
      <TITLE>My Title</TITLE>
      </HEAD

      Comment


        #4
        I have changed it as you suggested and still the same I am afraid. When I look out the source code on the website itself, I do not see this code, which might explain why it is not there?

        If I change Act_Primary.html, should that change not get uploaded when I update site?

        Comment


          #5
          Have you tried FTP'ing the file to the root /documents or /www what ever your public html area is and then doing it that way, as I think it has to reside there as opposed to sub folders...

          Comment


            #6
            I have it in both the root,a dn subfolders, and have amended html to reflect the change. The only thing that does not make a lot of sense is that I do not see this line of code in the source code, but is there in Act_Primary.html.

            Shouldn't it be in my site's source code? If it is not there it will not be picked up will it?

            Comment


              #7
              For the home page you will need to add it into the Act_BrochurePrimary.html template.

              Comment


                #8
                Should I use the parent template or the default brochure overall?

                Comment


                  #9
                  Should I use the parent template or the default brochure overall?
                  They are likely to be the same thing.

                  Go to 'Design | Options | Brochure' and click 'Edit' next to the 'Overall Layout' field. This will probably be 'Act_BrochurePrimary.html'. Add the code in there.

                  Any of your brochure pages with the 'Layout' field set to 'Use Parent' will use this template. Any of your brochure pages with the 'Layout' field set to 'Default Brochure Overall Layout Template' will also use this template.

                  Comment


                    #10
                    I have added the code to 'Act_BrochurePrimary.html' but to no avail. I am starting to think that the favicon was a bad idea..

                    Comment


                      #11
                      Favicon - blues

                      The correct syntax for installing a favicon is;


                      HTML Code:
                      <link rel="SHORTCUT ICON" href="image/favicon.ico" />
                      where "image/" is the path to your image (which must of course, be of the correct format and size i.e. 16x16 or 48x48)


                      Good luck

                      Bensaro

                      Comment


                        #12
                        Bensaro.. You da Man!!

                        Comment

                        Working...
                        X