Hallo, wenn ich über IE den Blog http://www.kickerkati.de/wordpress aufrufe, erscheint zwischen dem Header und den Post's nur Leerraum in weiß.
Rufe ich über Firefox auf, erscheint nochmal Kati's Blog als Link in kleiner Schrift. Wie kann ich das entfernen ?
Header sieht so aus:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if lte IE 8]><link rel="stylesheet" href="<?php bloginfo('template_url')?>/ie.css" type="text/css" media="screen" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url')?>/ie6.css" type="text/css" media="screen" /><![endif]-->
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="topofthetop"> </div>
<div class="wrapper">
<div id="header">
<div class="blogname">
<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
<<?php echo $heading_tag; ?> id="site-title">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>
</<?php echo $heading_tag; ?>>
<div id="site-description"><?php bloginfo( 'description' ); ?></div>
</div>
</div>
<div id="katnav">
<ul>
<li><em><strong>Kategorien:</strong></em></li>
<?php wp_list_categories('orderby=order&use_desc_for_title=0&show_count=1&title_li='); ?>
</ul>
</div>
<div class="content clearfix">
<?php get_sidebar(); ?>
<div id="header-img">
<a href="<?php echo home_url( '/' ); ?>"><img src="<?php header_image(); ?>" width=0"<?php echo HEADER_IMAGE_WIDTH; ?>" height=0"<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="<?php bloginfo('name'); ?>" /></a>
</div>
kann mir bitte jemand helfen ? Ich möchte nichts falsches löschen.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!