Layout
-
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; }
- The topic ‘Layout’ is closed to new replies.