Resizing Multiple Tables at Once
I'm working with a client on a pocket guide. They're concerned they may want to change the page dimensions later. The guide will contain tables on every other page, displaying different data on each page but with the same table layout.
How can I format the tables so if I resize one on one page, all of them will resize the same way?
I want to be able to resize the overall dimensions and the individual cell and row dimensions and have it change on every page.
Is this possible? I can do it easily with HTML and CSS.
