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
Comment