Hi All,
If I add this code to my template in Dreamweaver it works in Dreamweaver, it also previews in browser in DW but, if assign the template to the page in Actinic there is no sign of the image?
<style type="text/css">
<!--
body {background-image: url(bground_08_purple.jpg); background-repeat: no-repeat;}
/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time
(repeat is the default setting) */
-->
</style>
(in the HEAD)
I deleted NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR from the Body tags as I have set bground colour manually and that works fine but no site of the image?
Any ideas anyone please? Is there something conflicting, or should I add this to the actinic.css?
Thanks
B
If I add this code to my template in Dreamweaver it works in Dreamweaver, it also previews in browser in DW but, if assign the template to the page in Actinic there is no sign of the image?
<style type="text/css">
<!--
body {background-image: url(bground_08_purple.jpg); background-repeat: no-repeat;}
/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time
(repeat is the default setting) */
-->
</style>
(in the HEAD)
I deleted NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR from the Body tags as I have set bground colour manually and that works fine but no site of the image?
Any ideas anyone please? Is there something conflicting, or should I add this to the actinic.css?
Thanks
B
Comment