Welcome to TalkGraphics.com
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 53
  1. #21
    Join Date
    Aug 2006
    Location
    Friesland, Holland
    Posts
    651

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

    Oh, yes, of course... Thanks Remi !

    Viele Grüße,
    Marcia
    Marcia
    A mind is like a parachute, it doesn't work unless it's open.
    Frank Zappa

  2. #22

    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

  3. #23
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,916

    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

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  4. #24

    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?

  5. #25

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

    Like this:

    <link rel="shortcut icon"href="/home_htm_files/bitmaps/RECMGMflag.ico">
    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

  6. #26

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

    Not quite Ron

    Like this:
    <link rel="shortcut icon" href="/home_htm_files/bitmaps/recmgmflag.ico" />

    When I said no spaces, I was referring to the space in the name of the icon and it being upper case.
    Just ensure your .ico file is where the href is pointing to

  7. #27

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

    Ok. I copied what you wrote in your last post and pasted it into a placeholder on my index page, then published it. Still no icon.
    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

  8. #28

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

    Did you rename your icon to 'recmgmflag.ico' and make sure you uploaded it to /home_htm_files/bitmaps/ ??

  9. #29

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

    I'll double check, but yes, I renamed it so there were no upper case letters and used Fire fox FTP server to make sure the file was copied over to the correct directory. Give me a minute and I'll double check...
    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

  10. #30

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

    Can you give me the full URL to your .ico please

    If it's at your BuyDezignz site, something like: http://buydezignz.com/home_htm_files/bitmaps/recmgmflag.ico

 

 

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
  •