Good day everyone this is my first time here so pls help me in better understanding
I am working on a project where I have to create computerized contracts for banks using html and they will be converted into PDF format. I am trying to add page numbers in the header of each page of the contract using html and css tags but my code is not responding any manner my codes is mentioned below.
@page {
@bottom-right {
content: counter(page);
}
@bottom-center{
white-space: pre;
content:'Read and Accepted \A Signed';
}margin:2cm;
}
and this code is not working at all.