• Resolved jorose

    (@jorose)


    I don’t know what I did wrong but all I did was change the name from my last layout to this one but it isn’t showing up. Here is my code:


    /* To accomodate differing install paths of WordPress, images are referred only here,
    and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
    not, then go right ahead and delete the following lines, and the image files. */

    body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/ag-bg.jpg"); }
    <?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/ag-bg.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>") repeat-y top; border: none; }
    <?php } ?>
    #header {
    background: url("<?php bloginfo('stylesheet_directory'); ?>images/anneandgilbert.jpg") no-repeat bottom center; }
    #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/ag-bg.jpg") no-repeat bottom; border: none;}

    /* Because the template is slightly different, size-wise, with images, this needs to be set here
    If you don't want to use the template's images, you can also delete the following two lines. */

    #header { margin: 0 !important; margin: 0 0 0 0px; padding: 0px; height: 280px; width: 700px; }
    #headerimg { margin: 0px 80px 0; height: 280px; width: 700px; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jorose

    (@jorose)

    Nevermind I figured it out.

    And?

    What happend?

    It is custom in this forum, that when you present a problem, but get a solution, you present the solution too.
    OK, you don’t have to, but other blogger would hail you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout’ is closed to new replies.