Hallo!
erst jetzt wieder Zeit und Lust gehabt... *schäm*
Auf der Startseite, also mit der index.php gibt es das Problem nicht.
siehe PBSC Wolfsburg e.V.
Bei der single.php sehts völlig komisch aus:
siehe Mitgliederversammlung 2008 am Sonntag, 03.02.2008 at PBSC Wolfsburg e.V.
Auf der Seite mit page.php jedoch ist es wieder ein anderer Fehler
siehe Ironwolves at PBSC Wolfsburg e.V.
Die Div Tags sind alle korrekt geschlossen denke ich. Bennenne ich die page.php um zieht er sich ja die index.php, und dann funzt die Anzeige.
Hier mal der Inhalt:
header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?>Tag Archive for <?php echo get_query_var('tag'); } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo get_query_var('s'); } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('home'); ?>/favicon.ico" type="image/x-icon" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/anicollapse.js"></script>
<?php wp_head(); ?>
</head>
<body>
<br />
<div id="page">
<img src="<?php bloginfo('template_directory'); ?>/images/losemymindheader.jpg" border="0" usemap="#Navi_Map">
<map name="Navi_Map" id="Navi_Map">
<area shape="rect" coords="357,46,436,79" href="./index.php" />
<area shape="rect" coords="359,90,449,122" href="./?page_id=3" />
<area shape="rect" coords="358,134,444,167" href="./forum/index.php" />
<area shape="rect" coords="484,45,599,82" href="./?page_id=4" />
<area shape="rect" coords="485,90,568,123" href="./coppermine/index.php?cat=3" />
<area shape="rect" coords="637,47,745,80" href="./?page_id=6" />
<area shape="rect" coords="636,91,712,124" href="./?page_id=5" />
</map>
Alles anzeigen
page.php
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="entry">
<?php the_content('Mehr lesen »'); ?>
</div> <!-- .entry -->
</div> <!-- .post -->
<?php endwhile; endif; ?>
<?php get_footer(); ?>
Alles anzeigen
footer.php
</div> <!-- #footer -->
<img src="<?php bloginfo('template_directory'); ?>/images/losemymindfooter.jpg" border="0" usemap="#footer">
<map name="footer">
<area shape="rect" coords="50,18,167,66" href="http://www.mpg-paintball.de/">
<area shape="rect" coords="310,17,451,67" href="http://www.maxs-sport.com/">
<area shape="rect" coords="599,12,725,67" href="http://www.2die4-paintball.de/">
</map>
</body>
</html>
Alles anzeigen
Ich hab jetzt wirklich schon alles mögliche probiert aber der Fehler blebt bestehen oder verschiebt sich einfach nur.