Many thanks Maerk
If you don’t fiddle you don’t learn I believe and in that you make mistakes along the way ??
Like I have.
I have amended the code in header.php as above and still doesn’t want to play the game .. it really wants to be grey. I obviously amended a couple of others that I shouldn’t have ie page but it doesn’t affect it at the moment either .. is there css elsewhere that is overiding it?
Code is as follows:
<style type=”text/css” media=”screen”>
/* 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: #E69821 url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgcolor.jpg”); }
<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
#page { background: #E69821 url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; }
<?php } else { // No sidebar ?>
One really silly question .. I have tried to utilise the theme editor but it has a message at the bottom that says “If this file was writable you could edit it”. Where have I missed the setting? I have beem changing code in Dreamweaver .. not that I would think this would cause a problem.
Thanks again .. go away grey colour.