Beiträge von romaN237

    Hallo,


    ich möchte gerne den Code des IPCounters in den Footer einfügen, damit das Bild vom IPCounter direkt unter dem Copyright ist.
    Leider funktioniert das nicht ganz.


    Code
    <script type="text/javascript" src="http://www.ipcounter.de/count_js.php?u=64355453&amp;color=black"></script>


    Ich bekomme immer so eine Box im Footer angezeigt. http://ts3-voice.eu/index.php?page=portal


    Kann mir da evtl jemand helfen? Danke.


    Gruß romaN

    so sieht das bei mir aktuell ohne icons aus.

    HTML
    <div class="additionalFooterContent">
    
    
    <div class="footerContent1">
    <h3 class="subHeadline">TS3-Voice</h3>
    <p><a href="http://ts3-voice.eu/index.php?page=LegalNotice">Impressum</a></p>
    <p><a href="http://ts3-voice.eu/index.php?page=Rules">Nutzungsbestimmungen</a></p>
    <p><a href="http://ts3-voice.eu/index.php?form=Contact">Kontakt</a></p>
    <p><a href="http://ts3-voice.eu/index.php?page=Help">Hilfe</a></p>
    </div>


    jetzt will ich z.b. vor Impressum ein Icon hin haben.


    HTML
    <div class="additionalFooterContent">
    
    
    <div class="footerContent1">
    <h3 class="subHeadline">TS3-Voice</h3>
    <p><a href="http://ts3-voice.eu/index.php?page=LegalNotice"><img src="http://ts3-voice.eu/wcf/icon/legalNoticeS.png" /> Impressum</a></p>
    <p><a href="http://ts3-voice.eu/index.php?page=Rules">Nutzungsbestimmungen</a></p>
    <p><a href="http://ts3-voice.eu/index.php?form=Contact">Kontakt</a></p>
    <p><a href="http://ts3-voice.eu/index.php?page=Help">Hilfe</a></p>
    </div>


    es wird jedoch nichts angezeigt :(