Is it possible to place an item (a div containing two images and some text) on every page without changing the margin and not knowing how many pages are going to be generated?
Currently I use
to place the div. It's about 40mm wide.
Thanks in advance
Currently I use
.logo {
float: right;
font-size: 7pt;
position: fixed;
top: 25mm;
right: -5mm;
}
to place the div. It's about 40mm wide.
Thanks in advance