I'm trying to insert a background image for the panel that displays sections/products when using the BestSeller Theme so that it appears on all pages on the site.
Actinic Version: 7.0.7
Default Overall Layout Template: Act_Primary.html
The Adv Usr Guide (page 20, 21) indicates to edit Actinic.css removing the NETQUOTEVAR variable and inserting background-image:url(Background.jpg).
body{
background-image:url(Background.jpg);
/*NETQUOTEVAR:BODYBACKGROUND;*/
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
Then edit Act_Primary.html removing the NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR values.
I moved these values on to a new line at the very end of the file as per the guide and commented them out <!-- NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR --> so that Actinic doesn't complain about them missing.
I saved both files and added the background.jpg file as an additional file (Advanced > Additional Files) and also copied it to the Site1 folder but preview does not show the background.
Design>Options still shows Background1.gif but by removing the above lines of code from the stylesheet and the template it should ignore anything that is entered in this section surely?
I've attached the two files I have edited but had to change the file type from *.css and *.html to *.txt so that they are valid file types for this forum.
I can't give you a url to the site as it's not live yet hence including the files.
Actinic Version: 7.0.7
Default Overall Layout Template: Act_Primary.html
The Adv Usr Guide (page 20, 21) indicates to edit Actinic.css removing the NETQUOTEVAR variable and inserting background-image:url(Background.jpg).
body{
background-image:url(Background.jpg);
/*NETQUOTEVAR:BODYBACKGROUND;*/
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
Then edit Act_Primary.html removing the NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR values.
I moved these values on to a new line at the very end of the file as per the guide and commented them out <!-- NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR --> so that Actinic doesn't complain about them missing.
I saved both files and added the background.jpg file as an additional file (Advanced > Additional Files) and also copied it to the Site1 folder but preview does not show the background.
Design>Options still shows Background1.gif but by removing the above lines of code from the stylesheet and the template it should ignore anything that is entered in this section surely?
I've attached the two files I have edited but had to change the file type from *.css and *.html to *.txt so that they are valid file types for this forum.
I can't give you a url to the site as it's not live yet hence including the files.
Comment