Results 1 to 8 of 8

Thread: Need HTML/javascript code

  1. #1
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Need a script so I can add a picture next to the URL. (see atach.)
    Had a code for it long time ago but I forgot it.
    Last edited by {I}{K}{E}; 09-07-2006 at 08:06 PM.

  2. Internet, Programming and Graphics   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    you mean to add it jsut in your browser...or to add it to a website?
    to add it to your website just make an image file calle favicon.ico (has to be in icon format) and put it in the root directory of your site.
    Last edited by tesco; 02-05-2005 at 12:32 AM.

  3. Internet, Programming and Graphics   -   #3
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by rossco_2004
    to add it to your website just make an image file calle favicon.ico (has to be in icon format) and put it in the root directory of your site.
    thats it?

    Will try right now

    edit: doesnt work.

    I use the free webspace from my ISP. they must have blocked it because I keep seeing the provider logo
    Last edited by {I}{K}{E}; 02-05-2005 at 12:47 AM.

  4. Internet, Programming and Graphics   -   #4
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    try adding this to you page
    Code:
    <LINK REL="SHORTCUT ICON" HREF="favicon.ico">
    Last edited by Vargas; 02-05-2005 at 01:05 AM.

  5. Internet, Programming and Graphics   -   #5
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by Vargas
    try adding this to you page
    Code:
    <LINK REL="SHORTCUT ICON" HREF="favicon.ico">
    nope doesnt work

  6. Internet, Programming and Graphics   -   #6
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    put a copy in a different location and use the following tag:
    Code:
    <LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/SomeOtherName.ico">
    or maybe you need to clear you cache and/or reboot to see it.

  7. Internet, Programming and Graphics   -   #7
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    favicons can be weird soemtimes, but yeah, make sure you clear your cache, and the image should be 16x16 pixels, named favicon.ico, and in the same directory as the html file with the <link>

    the code should be
    HTML Code:
    <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />

    this post is guaranteed 100% parrot-free

  8. Internet, Programming and Graphics   -   #8
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    Clearing your cache is what you need to do I think.. Also IE doesn't tend to handle them very well anyway, for them to work in IE, the site has to be in your favourites I think..

    They're great in Firefox, Netscape and Opera...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •