frage wegen austausch?
ich habe das mal probiert, aber danach ist alles weiß.
ich habe vielleicht auch etwas falsches verschoben. welche informationen muss ich denn genau "rüberschieben" und welcher datei muss ich dann "mitteilen", dass die infos jetzt woanders sind?
hier einmal meine header-datei:
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 if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<style type="text/css" media="screen">
x div {border:1px solid yellow;}
body {
background: #657DBB url(<?php bloginfo('stylesheet_directory'); ?>/pics/punkt.gif) repeat-y -30px 0px;
font-family:verdana;
font-size:0.9em;
margin:0;
}
#outerwrapper {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/punkt.gif) repeat-y top right;
padding:30px 0 50px 0;
margin-right:50px;
min-width:800px;
}
#sidebar {
float:right;
padding:180px 30px 0 0px;
margin-right:40px;
top:0px;
right:0px;
width:150px;
height:100%;
}
#sidebar li {
list-style-type:none;
list-style-position: inside;
margin:0;
padding:0;
}
#bloginfo {
position: relative;
top: 50px;
left:100px;
}
#seite {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seiteo.gif) no-repeat top left;
margin:0 190px 0 20px;
border-left-width: 5px;
}
#seite h1 {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seiteor.gif) no-repeat top right;
padding: 190px 0px 0px 90px;
margin: 0;
font-size:1em;
}
#seitentext {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seitentext.gif) repeat-y top left;
}
#content {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seitentextr.gif) repeat-y top right;
padding: 10px 30px 5px 100px;
margin:0;
}
#seitenfooter {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seitenfooteru.gif) no-repeat bottom left;
}
#seitenfooter p {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/seitenfooterur.gif) no-repeat bottom right;
padding:10px 0 13px 90px;
margin:0px;
font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
.page_item a{
text-decoration:none;
font-size:1.2em;
color:white;
display:block;
padding:15px 0px 22px 55px;
margin:0;
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_spielen.gif) no-repeat top left;
}
a[ title="Forum"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_forum.gif) no-repeat top left;
}
a[ title="Spielen"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_spielen.gif) no-repeat top left;
}
a[ title="Lernen"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_lernen.gif) no-repeat top left;
}
a[ title="Lesen"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_lesen.gif) no-repeat top left;
}
a[ title="WebLinks"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_links.gif) no-repeat top left;
}
a[ title="Hören"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_links.gif) no-repeat top left;
}
a[ title="Gebärden"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_links.gif) no-repeat top left;
}
a[ title="Impressum"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_info.gif) no-repeat top left;
}
a[ title="Archiv"] {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_archiv.gif) no-repeat top left;
}
a[ title="Archiv"]:hover {
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_spielen.gif) no-repeat top left;
}
#linkcat-1 h2 {
padding:15px 0px 12px 55px;
margin:0;
background: url(<?php bloginfo('stylesheet_directory'); ?>/pics/knopf_links.gif) no-repeat top left;
}
</style>
<?php wp_head(); ?>
</head>
<body>
<div id="outerwrapper">
<?php get_sidebar(); ?>
<div id="seite">
<a href="<?php echo get_settings('home'); ?>/"><h1> </h1></a>
<div id="seitentext">
Alles anzeigen
gruß kati