Hilfe - Footer weg?!

  • Hi Leute,

    ich weiß nicht ob das unbedingt die richtige Kategorie ist, ich probier es einfach mal.

    Und zwar habe ich einen Wordpress-Blog, und hab heut etwas an den <h1>, <h2>, usw. Auszeichnungen gefingert. Jetzt ist aber der Footer verschwunden! Hüüüülfe!

    Wenn ich im Browser den Quelltext anzeigen lasse, steht er drin. Aber auf der Seite wird er nicht mehr angezeigt! Da stehn die Copyrights und so drin, das muss da unbedingt wieder hin :?

    Kann man bitte jemand mit seinen Profitools drüber schauen wo der Fehler liegt?

    Danke!

  • Ich seh den Footer ohne Probleme.
    Aber schau mal beim Validator vorbei, hat schonn lange keinen Besuch mehr erhalten, und checke, was du alles für Fehler gemacht hast, die du noch korrigieren könntest.
    Damit wäre dein Problem sicherlich gelöst.

  • Ohhh ich sehs grad...der Footer wird im IE auch ohne das <h6> nicht angezeigt. Woran kann das liegen :confused:

    Im Firefox gehts aber ^^*koppkratz*

    Edit: Also bei mir wirds jetzt auch im IE angezeigt, und bei euch?

  • Mhhh...also im IE 8 (auch geleerter Cache) sieht es normal aus...außer wenn ich die "Kompatibilitätsansicht" verwende, dann ist der Footer auch weg...jetzt bin ich verwirrt ^^...:rolleyes:

  • HTML
    <div id="footer-text">
    <h6>Copyright &copy; Promi News – Promis, Bilder, Musikvideos, Interviews und News auf bicharehswelt.de 2008, All Rights Reserved | Valid <a style="text-decoration: none;" href="http://jigsaw.w3.org/css-validator/check/referer" rel="nofollow">CSS</a> - <a style="text-decoration: none;" href="http://validator.w3.org/check/referer" rel="nofollow">XHTML</a>
    <br/>Theme Offered by <a style="text-decoration: none;" href="http://www.blogcrash.com/" title="Bloggers Forum Community" rel="nofollow">BlogCrash.com</a>, Proudly Powered by <a style="text-decoration: none;" href="http://www.wordpress.com/" rel="nofollow">WordPress</a></h6>

    Ein Container im Container und dann noch H6 Auszeichnung ist doppelt gemoppelt.

    HTML
    <p id="footer-text">
    Copyright &copy; Promi News – Promis, Bilder, Musikvideos, Interviews und News auf bicharehswelt.de 2008, All Rights Reserved | Valid <a style="text-decoration: none;" href="http://jigsaw.w3.org/css-validator/check/referer" rel="nofollow">CSS</a> - <a style="text-decoration: none;" href="http://validator.w3.org/check/referer" rel="nofollow">XHTML</a>
    <br/>Theme Offered by <a style="text-decoration: none;" href="http://www.blogcrash.com/" title="Bloggers Forum Community" rel="nofollow">BlogCrash.com</a>, Proudly Powered by <a style="text-decoration: none;" href="http://www.wordpress.com/" rel="nofollow">WordPress</a></p>

    Und jetzt die
    #footer-text {anpassen}