Hello we are using actinic 9. Right now im creating a design in Dreamweaver and then exporting to the actinic program. It looks similar to http://uk.msn.com/ where u get a nice gradient at the top. The small problem is that i have a similar look and the code in my page is -
body {
background-image: url(images/backing.jpg);
background-repeat: repeat-x;
background-color: #2470FA;
}
which works fine in a normal HTML page. but as soon as i export to the actinic and then preview, it disappears. Any ideas how i can get pass this one? Thank you.
body {
background-image: url(images/backing.jpg);
background-repeat: repeat-x;
background-color: #2470FA;
}
which works fine in a normal HTML page. but as soon as i export to the actinic and then preview, it disappears. Any ideas how i can get pass this one? Thank you.
Comment