Need help with code-My background color is missing
-
This is the theme I am using
WordPress Default 1.6 by Michael HeilemannIn the “Header.php” section of the Theme Editor about 4″ from the bottom of the code I messed something up.
The white back ground on my blog is missing.
Could someone please give me this section of the code or just show me what it is that mine is missing.
<style type="text/css" media="screen"> <?php // Checks to see whether it needs a sidebar or not if ( !empty($withcomments) && !is_single() ) { ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.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 } ?>
Thanks Jordy
Here’s my blog Prayer For Youth Girl Talk
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Need help with code-My background color is missing’ is closed to new replies.