Hi Randal,
The table you built on the pollutants page is just a Grid block, while the table on the other page is an actual <table>.
Based on your current structure, the Grid will not work when the text can wrap to the next line.
Your current structure is:
- Grid
- container
- p
- p
- more p...
- container
- p
- p
- more p...
- container
- p
- p
- more p...
I would recommend trying another structure:
- Grid
- container
- p
- container
- p
- container
- p
- container
- p
- container
- p
- more containers...
- p