Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Toolbar image

Toolbar image

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
question
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Elham M
    wrote on last edited by
    #1

    How can I insert image into toolbar? like code project show small picture on toolbar Regard.

    L 1 Reply Last reply
    0
    • E Elham M

      How can I insert image into toolbar? like code project show small picture on toolbar Regard.

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      if you're interested in having your own little icon on the browser's tabs, Google for favicon. :)

      Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

      Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

      E 1 Reply Last reply
      0
      • L Luc Pattyn

        if you're interested in having your own little icon on the browser's tabs, Google for favicon. :)

        Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

        Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

        E Offline
        E Offline
        Elham M
        wrote on last edited by
        #3

        Thanks I found favicon code it's below but it didn't work :( why?

        icon

        Is it take several time to work exactly?

        L D 2 Replies Last reply
        0
        • E Elham M

          Thanks I found favicon code it's below but it didn't work :( why?

          icon

          Is it take several time to work exactly?

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          This one line of code in the head part of the HTML works for me:

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

          assuming the icon file "favicon.ico" (IIRC the name matters) is in the server's "images" folder. When in doubt, look at the "page source" of any web page that gets you interested. :)

          Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

          Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

          D 1 Reply Last reply
          0
          • L Luc Pattyn

            This one line of code in the head part of the HTML works for me:

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

            assuming the icon file "favicon.ico" (IIRC the name matters) is in the server's "images" folder. When in doubt, look at the "page source" of any web page that gets you interested. :)

            Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

            Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

            D Offline
            D Offline
            dpuskaa
            wrote on last edited by
            #5

            You can look at the page source of codeproject.com and search for favicon: I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess.

            Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women

            L 1 Reply Last reply
            0
            • D dpuskaa

              You can look at the page source of codeproject.com and search for favicon: I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess.

              Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              Thank you very much, however I discovered that many years ago and am using it myself, see my reply above. You are replying to the wrong person. :)

              Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

              Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

              1 Reply Last reply
              0
              • E Elham M

                Thanks I found favicon code it's below but it didn't work :( why?

                icon

                Is it take several time to work exactly?

                D Offline
                D Offline
                dpuskaa
                wrote on last edited by
                #7

                You can look at the page source of codeproject.com and search for favicon: <link rel="icon" href="/favicon.ico" type="image/ico"> I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess. I hope that I am answering to the right person now :)

                Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women

                E 1 Reply Last reply
                0
                • D dpuskaa

                  You can look at the page source of codeproject.com and search for favicon: <link rel="icon" href="/favicon.ico" type="image/ico"> I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess. I hope that I am answering to the right person now :)

                  Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women

                  E Offline
                  E Offline
                  Elham M
                  wrote on last edited by
                  #8

                  Thank alot for your help ;) it work right

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups