
Yes, I did, but that was to do with the rowspans on the stats and lastpost cells. They are set to 2 and needed to be changed to 1, which you do by removing the rowspan code completely. Setting them to 3 would make the problem worse. I think you may have confused rowspan with colspan. Rowspan is how many rows a cell spans vertically. Colspan is how many columns it spans horizontally. So in this case we needed everything spanning one row, with the childboards spanning three columns.