Hi,
I am using wordpress blog on my site: http://sunite.co.uk
I want to rotate background image on the current theme:Techified
The background image i want to rotate using openx is: http://sunite.co.uk/images/background.html
The code on the stylesheet.css for this is:
/************************************CONTENTAREA********************************************/
#content_area {
border-top: 1px solid #FFFFFF;
background: url(http://sunite.co.uk/images/background.html);
overflow: hidden;
padding: 0px 0px 10px 0px;
position: relative;
Please HELP!