I am attempting to use Grid on a customer’s existing site. They want it inside a table formed by the header and footer. Leaving out details:
{include file=“header.grid.html”}
{include file=“footer.html”}
The grid causes the footer (which is another row) to align itself in a tiny box on the left margin of the page. If I add any row below the grid, it also is placed in that tiny box. The grid table is displayed in the correct position, but everything after it is mis-sized and mis-aligned. The header starts a table, and the footer ends it. There are no table errors I can see between them. Any ideas?