das hat schonmal geklappt! ich habe jetzt folgendes aus der footer.php entfernt (welche in meinem TextEdit ohne Text angezeigt wurde – ich habe es dann in meinem Config-Menü geändert :-?)
PHP
<style type="text/css" media="screen">
<?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?>
</style>
Alles anzeigen
funktioniert hat es, jetzt muss ich wohl mal an die Hintergrundgrafiken dran :mrgreen:
Ich danke dir schonmal SuMu!:)