Could you please give us the option to specify none as a background color of a page?
Reason: I sometimes place a galley page in a iframe. Being able to have a transparent background allows the gallery to match the rest of the page.
Could you please give us the option to specify none as a background color of a page?
Reason: I sometimes place a galley page in a iframe. Being able to have a transparent background allows the gallery to match the rest of the page.
If you'd like a transparent background for iframes, add the following line to the bottom of your stylesheet template: (Click on file then "edit stylesheet template"):
body { background-color: transparent !important; }
Hope this helps!