Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 53

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Question Re: How do you get a logo in the address bar?

    Dumb bird here again

    I tried this and it doesn't work, even though I used all the suggestions from the sites quoted? Any hints on what's going wrong?

    Thanks
    ShinyB

  2. #2
    Join Date
    Oct 2006
    Location
    UK
    Posts
    216

    Default Re: How do you get a logo in the address bar?

    what have you done so far?

    did you create the icon and convert to .ico

    did you put the code between the head tags


  3. #3
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Default Re: How do you get a logo in the address bar?

    Hi Suunto

    I have created the .ico and added the html into my header?!

    Thanks

  4. #4
    Join Date
    Oct 2006
    Location
    UK
    Posts
    216

    Default Re: How do you get a logo in the address bar?

    Hey ShinyB

    1.Create an image file. 16x16 pixels,convert it to ICO format.

    2. Upload it to the root of your server as favicon.ico. or anything.ico

    3. include this code in your webpage between the <HEAD> and </HEAD> tags:
    <LINK REL="SHORTCUT ICON" HREF="http://www.shinyb.com/favicon.ico">

    thats all i done, just following the links i posted on the previous pages
    i have one site with a different icon on each page using the above 1.2.3

  5. #5
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Default Re: How do you get a logo in the address bar?

    Is very bizarre as I have followed these instructions step by step. Can you view the source on my web page and see if there is anything blazingly obvious I have/haven't done? http://www.big-impact.co.uk

    Ps. favicon.ico is uploaded to the root also

  6. #6
    Join Date
    Mar 2005
    Location
    Leicester U.K. Fox county
    Posts
    1,754

    Default Re: How do you get a logo in the address bar?

    Hi Shiny, (my Leicester neighbour).
    Your blue UFO like icon is working.
    I know that sometimes a browser will not immediately load up the icon if it has been recently replaced on the server etc.
    Anyway, if I can see it, it means that the rest of the world outside Leicester can also view it.
    Strange that you don't use your logo (or any other logo) on your web pages.

    Anas

  7. #7
    Join Date
    Nov 2006
    Location
    Leicestershire, UK
    Posts
    30

    Default Re: How do you get a logo in the address bar?

    Hello there,

    I am dumb, just checked on another laptop in the house and it is there. May be that I have an old version of IE!!

    On the use of the logo it was very difficult to fit it in as it is my husband's site and the design is quite boxy whereas the logo is circular. May try to re-design it as I know you are right there!

    Thanks
    ShinyB

  8. #8

    Default Re: How do you get a logo in the address bar?

    Quote Originally Posted by suunto View Post
    Hey ShinyB

    1.Create an image file. 16x16 pixels,convert it to ICO format.

    2. Upload it to the root of your server as favicon.ico. or anything.ico

    3. include this code in your webpage between the <HEAD> and </HEAD> tags:
    <LINK REL="SHORTCUT ICON" HREF="http://www.shinyb.com/favicon.ico">

    thats all i done, just following the links i posted on the previous pages
    i have one site with a different icon on each page using the above 1.2.3
    Ok, I opened Windows Explorer and the opened the index.htm file with NotePad. I inserted the following code just before the </Head> :

    <LINK REL="SHORTCUT ICON"
    HREF="/index.htm/RECMGM flag.ico">

    Didn't work. In fact, when I saw that it didn't work, I reopened the index.htm file in Windows Explorer and the code I had put in there was gone.
    Last edited by Ron Duke; 10 September 2009 at 03:50 AM.
    R_o_n _a_l _d __C. __D_u_k_e

    x a r a . c o m..a r t i s t s ..g a l l e r y

    Xara's Facebook

    Xara Designer Pro X 16, Xara 3D7 Web Designer

  9. #9
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,966

    Default Re: How do you get a logo in the address bar?

    Yes Ron, it sounds like you've manually placed your text into the pages source file. If this is the case this part of the html file will be lost every time you re-export your site from XX. You need to use a head placeholder. I'll see if I can find a link.

    Here you go Ron
    Last edited by Egg Bramhill; 10 September 2009 at 04:10 AM.
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  10. #10

    Default Re: How do you get a logo in the address bar?

    Ron, the mistake you have made is:

    <LINK REL="SHORTCUT ICON"
    HREF="/index.htm/RECMGM flag.ico">


    It should be on one line not contain index.htm not be UPPER CASE and use no spaces.

    Use this:
    <link rel="shortcut icon" href="/recmgm-flag.ico" />

    As for it disappearing? Could you have perhaps forgotten to save after editing in notepad?

 

 

Tags for this Thread

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
  •