Favicon richtig einbinden ? Hilfe klappt nix.

  • Hallo, sorry aber ich muss noch mal um hilfe bitten. Ich würde gerne ein Favicon auf meiner Seite anzeigen lassen

    der Code mit dem ich es versuche sieht so aus.


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>xxxxxx</title>
    <LINK REL="SHORTCUT ICON" HREF="http://xxxxxxx.de/favicon.ico">
    <style>
    <!--
    A:link {text-decoration: none}
    A:visited {text-decoration: none}
    A:active {text-decoration: none}
    A:hover {text-decoration: none}
    -->
    </style>
    <style type="text/css">
    <!--
    body {
    background-image: url(http://www.xxxxxxx.de/bg.png);
    }
    .Stil1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999999;
    }
    .Stil2 {color: #666666}
    .Stil3 {color: #191919; }
    -->
    </style>

    </head>

    <body>


    Hat vielleicht jemand ne Ahnung was ich falsch mache, ich bekomme nix angezeigt und bin der Verzweiflung nahe ??

    lieben Dank schon mal

    Annika

  • Hast du vielleicht versucht, das Icon zu Hotlinken von einem Server aus, der Hotlinking verbietet?

    Sometimes you have a programming problem and it seems like the best solution is to use regular expressions; now you have two problems.