Can i add use place holder of “PAGE” in my html to showing page number in footer
@hafiz.sohaib.ali,
Please try the following HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>
</title>
</head>
<body>
<div>
<div style="-aw-headerfooter-type:footer-primary">
<p style="margin-top:0pt; margin-bottom:0pt; font-size:11pt">
<span style="-aw-field-start:true"></span><span style="-aw-field-code:' PAGE '"></span><span style="-aw-field-separator:true"></span><span style="font-family:Calibri">1</span><span style="-aw-field-end:true"></span>
</p>
</div>
</div>
</body>
</html>