Mir ist heute aufgefallen, dass meine Blogstartseite unterschiedliche Darstellungen hat. Ich benutze den Firefoxbrowser und mein Blog läuft über php&friends. Mit dieser URL ist die Darstellung auch richtig. Nehme ich aber die Domain, also http://www.profil27.de, verschiebt sich alles im Footer und wird stärker. Hat jemand eine Idee, woran das liegen könnte und wie ich das beheben kann?
Hier mal die Links: So soll es aussehen: http://ayco.pf-control.de/Wordpress/
Und hier ist es fehlerhaft: http://www.profil27.de/
Und hier wäre noch der Code, falls das benötigt wird:
PHP
<?php
/**
* The footer Template
*
* @package WordPress
* @subpackage minimatica
* @since Minimatica 1.0
*/
?>
<footer id="footer">
<footer style="align: center">
<?php get_sidebar( 'footer' ); ?>
<nav id="access" role="navigation">
<?php wp_nav_menu( array( 'theme_location' => 'primary_nav', 'container_id' => 'primary-nav', 'container_class' => 'nav', 'fallback_cb' => 'minimatica_nav_menu' ) ); ?>
</nav><!-- #access -->
</footer><!-- #footer --></div>
</div><!-- #wrapper -->
<style type="text/css">
body {
}
ul#Navigation {
margin: 0; padding: 0.8em;
text-align: center;
border: 0px solid black;
}
ul#Navigation li {
list-style: none;
display: inline;
margin: 0.4em; padding: 0;
}
ul#Navigation a, ul#Navigation span {
padding: 0.2em 1em;
text-decoration: none;
color: black
}
* html ul#Navigation a, * html ul#Navigation span {
width: 1em; /* nur fuer IE 5.0x erforderlich */
w/idth: auto; /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover {
color: silver;
background-color: white;
text-decoration: none;
}
}
</style>
</head>
<body>
<ul id="Navigation">
<li><a href=http://ayco.pf-control.de/Wordpress/?page_id=2 target="_self"><font size=\"2">Impressum</font></a></li>
<li><a href=http://ayco.pf-control.de/Wordpress/?page_id=39 target="_self"> <font size=\"2">Kontakt</font></a></li>
<li><a href=http://ayco.pf-control.de/Wordpress/?page_id=5 target="_self"> <font size=\"2">Login</font></a></li>
<li><a href=http://ayco.pf-control.de/Wordpress/?page_id=527 target="_self"> <font size=\"2">Sitemap</font></a></li>
</ul>
<p style="text-align: center"> <font size=\"1\"> <strong>© <?php $the_year = date("Y"); echo $the_year; ?> </strong></font>
<a href=http://www.profil27.de/ target="_self"> <font color=\"#000000\" size=\"1"><strong>Profil 27</strong></font></font> </a> <font color=\"#000000\" size=\"1\"><strong>All Rights reserved. Eingetragen bei</strong></font>
<a href="http://www.bloggerei.de/rubrik_8_Fotoblogs" title="Blog-Verzeichnis"><img src="http://www.bloggerei.de/bgpublicon.jpg" width="80" height="15" border="0" alt="Blogverzeichnis - Blog Verzeichnis bloggerei.de" /></a>
<a href="http://blogpingr.de" title="BlogPingR.de: Blog Ping-Dienst, Blogmonitor"><img src="http://blogpingr.de/track/blogtrack/buttons/2/" alt="BlogPingR.de - Blog Ping-Dienst, Blogmonitor" width="80" height="15" border="0" /></a>
<A HREF="http://www.rss-nachrichten.de" TARGET="_blank"><IMG SRC="http://www.rss-nachrichten.de/img/rss-nachrichten-de.gif" ALT="RSS Verzeichnis" BORDER="0" WIDTH="80" HEIGHT="15"></A><a href="http://www.blogtraffic.de">
<img src="http://www.blogtraffic.de/track/track.php?uid=16305" border="0" alt="" /></a>
</p>
</body>
</html>
<?php wp_footer(); ?>
Alles anzeigen