Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 4 of 4

Thread: Favicon.ico

  1. #1
    suwunk is online now Super Moderator
    Join Date
    Aug 2010
    Posts
    1,081

    Default

    Connect to your server and upload your Favicon.ico file to your website. You must place it into the same directory as your home (index) page, and leave it loose, making sure not to put it in an images directory or other folder. The standard location is the “root” folder of your site, which is same directory as your home (index) page, not inside an images directory or other folder. If you put it there (and name it favicon.ico), most browsers will find it automatically.

    Some browsers will look for a direct link in the HTML source code to your site's favicon.ico file. You can help these browsers by adding this link in the head section of each page on which you want the Favicon.ico to appear.
    Here is the link code to include:
    Code:
    <link rel="Shortcut Icon" href="/favicon.ico">
    Once you've added this code, upload all of your modified pages.

    (Some people suggest that the following is actually more correct:
    Code:
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    You can use both if you want!)

    If you want to use a GIF or PNG instead, use this format instead (just remember that it won’t work in IE):
    Code:
    <link rel="icon" href="/favicon.png" type="image/png">
    or
    Code:
    <link rel="icon" href="/favicon.gif" type="image/gif">
    Details: Favicon - How To Create A Favicon.ico | PhotoshopSupport.com

  2. #2
    yourphotobooth is offline Junior Member
    Join Date
    Aug 2011
    Posts
    2

    Default Favicon.ico

    Why wont my Favicon.ico show up? What do I have to do or how should I go about this.

    Thank You in advance!

    Jerry
    YourPhotoBooth.net

  3. #3
    yourphotobooth is offline Junior Member
    Join Date
    Aug 2011
    Posts
    2

    Default

    Ok I think I have done what you have suggested but its not working. This is the first time I have built a web site and I lack the knowledge. So I have pasted the top few lines of code in my “master.dwt”. This is where I added your code.
    YourPhotoBooth.net
    Jerry

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    <link rel="Shortcut Icon" href="/favicon.ico">

    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title></title>
    <!-- #EndEditable -->
    <link href="styles/style1.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    font-family: "Chisel Wide";
    }
    .auto-style2 {
    text-align: center;
    font-size: large;
    }
    .auto-style3 {
    text-align: left;
    }
    .auto-style4 {
    font-size: x-large;
    }
    </style>
    </head>

    <body style="background-color: #303030">

    <!-- Begin Container -->
    <div id="container" style="width: 671px">
    <!-- Begin Masthead -->
    <div id="masthead">

  4. #4
    greenmatter is offline Master Member
    Join Date
    Jan 2010
    Posts
    307

    Default

    make sure your favicon.ico is in the right directory. in your case it should be in the uppermost directory. also sometimes after you clear cache and reload the page the favicon appears



 

Similar Threads

  1. favicon
    By Rusher in forum Beginners
    Replies: 0
    Last Post: 2010-07-30, 09:41 AM

Posting Permissions

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