@page {
size: letter;
@bottom-center {
content: "This is my document name. Document number";
text-align: center;
}
}
I want the document number to be under the document name but nothing I try works.
Can this be done and if so how?
size: letter;
@bottom-center {
content: "This is my document name. Document number";
text-align: center;
}
}
I want the document number to be under the document name but nothing I try works.
Can this be done and if so how?