I followed the steps in this article to arrange my print page. However, only a couple of things actually work. I cannot get selectors such as @top-centerworking in general in Chrome, Firefox or Opera, although caniuse says it should work in most major browsers.
Was it quietly canceled or outdated?
I'm sure this is correct, but I will still send my CSS for the link:
@page {
@bottom-right {
content: "...";
}
}
Content is not displayed anywhere.
source
share