Is i possible to have a header containing two lines?
Have tried <br> in the header but no go.
Have tried <br> in the header but no go.
@page {
@top {
content: "Hello\a world!";
white-space: pre
}
}
@page {
@top {
content: string(doctitle)
}
}
h1 { string-set: doctitle content() }
@page {size: A4; margin: 14mm 12.5mm 15mm 10mm;
@top {content: flow(header);}
}
@page:first {
@bottom-left {content: flow(footer); font: normal 7pt/9pt sans-serif; margin-left: 2cm;}
}
#docheader {flow: static(header);}
#docfooter {flow: static(footer);}