Hello,
I need to repeat a div (sort of a tabular register) on every page, but cannot figure out how. As this should be either on the left or right side of the page I cannot get it done using the header/footer margin boxes. I have tried
but prince appears to treat it the same as
and it is shown on the first page only. Is this correct?
I thought maybe I could inject the container using javascript, but there is no event, telling me about a new page (box), beside that, I believe javascript is actually executed when the layout process is already finished, correct?
I need to repeat a div (sort of a tabular register) on every page, but cannot figure out how. As this should be either on the left or right side of the page I cannot get it done using the header/footer margin boxes. I have tried
position: fixed
but prince appears to treat it the same as
position: absolute
and it is shown on the first page only. Is this correct?
I thought maybe I could inject the container using javascript, but there is no event, telling me about a new page (box), beside that, I believe javascript is actually executed when the layout process is already finished, correct?