How To Add Link Relatin Icon To My Site?

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

    How To Add Link Relatin Icon To My Site?

    hello any guys is there pls help me How To Add Link Ralation Icon To My site Please tell it that when we browse a site their a small image will be appears in the left side of the adrees bar of the entered url

    #2
    thats a favicon just google to learn how to do it and create them also

    Comment


      #3
      tru this http://tools.dynamicdrive.com/favicon/
      sigpichttp://happy.srecnica.com/web

      Comment


        #4
        Code:
        <link rel="shortcut icon" href="favicon.ico">

        Comment


          #5
          how can i add the link to my script

          you can create your own favicon from favicon.ico Generator

          but i cant add it to my site
          http://myfacepals.com
          MYFACEPALS SOCIAL NETWORKsigpic

          Comment


            #6
            makvan any site can add it if u do it right
            ________________
            Jacques
            jacques@gw-designs.co.za
            http://coding.biz.tm
            Come join and lets make it a place to learn all the noobies how to code
            __________________

            NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

            Comment


              #7
              Originally posted by riderz View Post
              makvan any site can add it if u do it right
              if its XHTML ofcourse...
              WML will give error on many phones,
              if you try to put there favicon..
              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

              Comment


                #8
                thats true what i actually meant
                ________________
                Jacques
                jacques@gw-designs.co.za
                http://coding.biz.tm
                Come join and lets make it a place to learn all the noobies how to code
                __________________

                NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

                Comment


                  #9
                  Originally posted by makvanpor2000 View Post
                  you can create your own favicon from favicon.ico Generator

                  but i cant add it to my site
                  omg just choose any icon you want (*.jpg, *.png, etc)... resize it 16x16 and upload... once uploaded you can easily change extension (*.jpg, *.png, etc) to *.ico
                  sigpiceeeeerrr....

                  Comment


                    #10
                    put what image u want on and i'll sort it for u
                    HELP THEM WHO HELPS YOU



                    i only work on wapdesire v_2 coding only

                    Comment


                      #11
                      i mean the code

                      Originally posted by alesh View Post
                      omg just choose any icon you want (*.jpg, *.png, etc)... resize it 16x16 and upload... once uploaded you can easily change extension (*.jpg, *.png, etc) to *.ico

                      i understand but i mean which code will i insert into my script and where will i insert it into
                      http://myfacepals.com
                      MYFACEPALS SOCIAL NETWORKsigpic

                      Comment


                        #12
                        Originally posted by makvanpor2000 View Post
                        i understand but i mean which code will i insert into my script and where will i insert it into

                        PHP Code:
                        echo "<head>";
                        echo 
                        "<title>YOUR SITE ETC</title>";
                        echo 
                        "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"favicon.ico\" />";  ////  <<-------------------- YOU SEE?
                        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />";
                        echo 
                        "</head>"
                        sigpiceeeeerrr....

                        Comment


                          #13
                          thanks

                          i have figured it out, i think am going to add that to the index of the site
                          http://myfacepals.com
                          MYFACEPALS SOCIAL NETWORKsigpic

                          Comment

                          Working...
                          X