1

I have an web app. I'm using chrome and opera on that app in print page preview i want to put the page number in specific td form like this

<thead>
    <tr>
        <td>thead data</td>
        <td>thead data</td>
        <td>page number of pages numbers</td>
    </tr>
</thead>
<tbody>
    <tr>
        <td>tbody data</td>
        <td>tbody data</td>
        <td>tbody data</td>
    </tr>
</tbody>

in firefox i tried this answer In StackOverflow its worked only in firefox but my problem thats i want it in chrome and opera ive tried many things but nothing work thanks

AA Shakil
  • 518
  • 4
  • 14
Awar Pulldozer
  • 957
  • 5
  • 20
  • 39

1 Answers1

3

To print page numbers you've to set Chrome and Opera print settings.

Click Ctrl + P and a popup will appear. Click on More Settings button and check the Header & Footer and it will show the page numbers.