hi alle
ich wollte statt eine image ein swf banner haben. das ist meine header.php
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<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="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<div id="header" onclick="location.href='<?php bloginfo('url') ?>';" style="cursor: pointer;"><h1><?php bloginfo('name'); ?></h1></div>
<div id="navbar">
<?php if (!is_search()) {
$search_text = " search";
} else {
$search_text = "$s";
}
?>
<div class="search">
<div class="livesearchform">
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="<?php echo wp_specialchars($search_text, 1); ?>" name="s" id="s" onfocus="if (this.value == ' search') {this.value = '';}" onblur="if (this.value == '') {this.value = ' search';}" />
<input type="submit" id="searchsubmit" style="display: none;" value="Search" />
</form>
</div>
</div>
<ul id="links"><?php wp_list_pages('sort_column=menu_order&title_li='); ?></ul>
</div>
<div id="container">
<!-- end header -->
Alles anzeigen
dann will ich die zahl von jede category item angezeigt werden, ist in ordnung aber die klamme ist nicht korekt da. weil ich die style.css so eingerichtet
so sieht aus ich will ohne diese klamme die zhalen gezeigt werden.
[Blockierte Grafik: http://img45.imageshack.us/img45/6611/ffff9so.gif]
Danke für jede hilfe