I messed something up…
-
i tried to change the header to my personal header to more match my site. I went into the Stylesheet (style.css) and the Header (header.php) and changed the address to the header to my new header here https://northeastsurfing.com/images/general/kubrickheader.jpg it did not work, so I tried to change it back I messed up the code. I think it is right in the Stylesheet (style.css), but in the header.php I am not sure here is the code below I changed, does anyone know the correct code to get it back to normal, my back ground is messed up you can see here. https://northeastsurfing.com/wordpress/?cat=6
code from header.php – I only made changes to the file name kubrickheader.jpg is this the correct name?
<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’); ?>/kubrickheader.jpg“) repeat-y top; border: none; }
<?php } ?></style>
- The topic ‘I messed something up…’ is closed to new replies.