How to put images in title of webpage?

10 replies
  • WEB DESIGN
  • |
Just like in WF on the tabs of Firefox you can put images in the title for visitors to see.

How do I put these images there?

Cheers.
#images #put #title #webpage
  • Profile picture of the author danmart
    It's called a Favicon a small graphic that loads on the title tab on the browser. You create the small graphic about 16X16 pixels name it favicon.ico then put the following in the header section of your home page <link rel="shortcut icon" href="http://www.yourwebsite.com/favicon.ico" > That will do it!

    Dan
    {{ DiscussionBoard.errors[852069].message }}
    • Profile picture of the author Prattism
      hxxp://tools.dynamicdrive.com/favicon/ is a great place to go to convert existing graphics into favicon. Free and easy.
      {{ DiscussionBoard.errors[852075].message }}
      • Profile picture of the author jimisan
        [QUOTE=Prattism;852075]hxxp://tools.dynamicdrive.com/favicon/ is a great place to go to convert existing graphics into favicon. Free and easy.[/QU

        I just uploaded mine. Thanks for sharing. ;-)
        {{ DiscussionBoard.errors[853258].message }}
  • Profile picture of the author kellogg9
    You are actually referring to the "Fav Icon":

    <link rel="your icon name" href="favicon.ico" >
    {{ DiscussionBoard.errors[853291].message }}
  • Profile picture of the author bzd63
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

    work in ie and all modern browser
    {{ DiscussionBoard.errors[4093616].message }}
  • Profile picture of the author rnsinformatic
    You can also use your own images for your favicon.

    Following Link
    <link rel="icon" type="image/gif" href="IMAGE SOURCE" />

    or

    <link rel="icon" type="image/gif" href="http://www.rnsinformatics.com/favicon.gif" />
    {{ DiscussionBoard.errors[4109676].message }}
  • Profile picture of the author Logo Design
    1) the actual logo/image that appears at the top of the window
    which is usually the browser's logo.
    This CAN be changed, but it would only work on your machine.
    No one else's browser would display a different image, as it's
    based upon registry entries.

    2) the logo/image which appears in the address bar, and on the favorites list.
    This is relatively straightforward.
    What you are talking about are favicons.
    It basically involves creating an image, saving it as an ico file,
    and adding two tags within the head element of the page.
    {{ DiscussionBoard.errors[4151579].message }}
  • Profile picture of the author lisarai12
    he logo/image which appears in the address bar, and on the favorites list.
    This is relatively straightforward.What you are talking about are favicons.
    It basically involves creating an image, saving it as an ico file,and adding two tags within the head element of the page. it is not possible to include images within the <title> section of an HTML document. What web users typically perceive as a picture next to a webpage title is actually a small image called a favicon. The term is a shortened version of "favorite icon," so named because it most commonly appears next to the title of a webpage saved to the Favorites folder of a web browser.


    {{ DiscussionBoard.errors[4151875].message }}
  • Profile picture of the author littlephoenix
    you can use any image to create this favicon, download http://www.axialis icon workshop, choose your image, and create a .ico name it favicon.ico and upload it to your root ftp walllaa,,
    {{ DiscussionBoard.errors[4157209].message }}

Trending Topics