In the “Print Contexts, Medias and Master Pages” video a background image is added in a master page that already contains static and variable text. The image “accidentally” cover the text. Then you re-arrange the elements without showing how and the image is automagically in the background. How did you do that. Did you use the background image option of the media? CSS background-image Property?
Hello David,
We re-arranged the image in the source code by placing it at first in the code. However, version 1.1 will have a way to re-arrange elements in the Outline Pane, removing the need for that… “cheat”…
Hi David,
Or put your image to background behind the already existing element by using css property z-index to -1. So add z-index:-1 to your image