A family of Microsoft word processing software products for creating web, email, and print documents.
All your pages elements are floating and are anchored to paragraph marks. Then you've used many paragraph marks in sequence to create a new page. That's a recipe for a formatting disaster, as a slight change to the font rendering by your printer driver can cause a paragraph mark to shift from page 1 to page 2, carrying with it items that are anchored to it, like the table that moves from page 1 to 2.
To create a new page, use a Page Break instead of multiple returns.
You could solve this in 2 different ways:
- Change your tables and graphics to be inline with text, then delete all the extra paragraph marks, or
- Delete the extra returns and insert page breaks. Enable the display of anchors with File>Options>Display>Show All formatting marks, then drag all anchors to the page break.
Either method will ensure that the items on a particular page stay on that page.