I am trying to add a background image to my site (Executive Template), i have added the following code to Actinic Stylesheet.
It adds the required background image to my site but it also adds the background image to the content area which i want to keep white which it is before i add the code.
html,body {
background-color: #ffffff;
background-image: url('harrisons2.jpg');
}
Please can someone tell me where i am going wrong, and bear in mind i'm new to Actinic.
Many Thanks
					It adds the required background image to my site but it also adds the background image to the content area which i want to keep white which it is before i add the code.
html,body {
background-color: #ffffff;
background-image: url('harrisons2.jpg');
}
Please can someone tell me where i am going wrong, and bear in mind i'm new to Actinic.
Many Thanks

 . Might be some trial and error here, but some good news is that you are actually changing things in the stylesheet not the code, as it appears to be predominantly a CSS layout.
 . Might be some trial and error here, but some good news is that you are actually changing things in the stylesheet not the code, as it appears to be predominantly a CSS layout. 
							
						
Comment