Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kevinwong

    (@kevinwong)

    Thanks.

    I tried what you suggested and it didn’t work, but then i went along with the logic and managed to figure out some of the problems.

    First of all the <style></style> in header.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/<strong>kubrickbg-<?php bloginfo('text_direction'); ?>.jpg</strong>") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/bgwide.png") repeat-y top; border: none; }
    <?php } ?>
    
    </style>

    I failed to notice that.

    Also, there’s this in the style.css file:

    #header {
    	<strong>background-color: #73a0c5;</strong>
    	margin: 0 0 0 1px;
    	padding: 0;
    	<strong>height: 200px; </strong>
    	width: 758px;
    	}

    There was more. I’m going through everything line by line now. It’s tedious, but it’s working.

    Thread Starter kevinwong

    (@kevinwong)

    Hi. I tried it out and it worked. The widgets stayed. However, the page still didn’t look right. The header appears, but only on top of some other background colour, and meanwhile the middle background and the footer don’t appear at all.

    here

    Does anybody know how to remedy this?

    Thread Starter kevinwong

    (@kevinwong)

    Thanks so much. I’ll give that a try ??

    Thread Starter kevinwong

    (@kevinwong)

    Hi. Thanks. I did try that, though, and the result is the widgets in the side bar no longer work. I’ve been trying to figure out which parts of it are responsible for what function, but to no avail.

Viewing 4 replies - 1 through 4 (of 4 total)