I am trying to export my DVD library into an iTunes-like table (or DVDpedia for that sake), with one movie in each row, and different details along each row. But if I make for example a 1x5 table with different template fields in the cells, and place the BeginRepeat and EndRepeat tags before and after this table, the columns will not make a vertically straight line in the exported web page, because each row becomes a separate table, with different width of the cells.
Is it possible get all entries into one big table?
Exporting into a table
Forget it, I found the solution:
I made a 2x5 table and placed the BeginRepeat tag in the first cell, before the template field, and the EndRepeat tag in the first cell in the next, empty row. Now new entries fills in automatically in new rows in the same table!
Of course I can make a 3 row table and use the first row as heading. This row is before the BeginRepeat tag and will not be repeated.
I made a 2x5 table and placed the BeginRepeat tag in the first cell, before the template field, and the EndRepeat tag in the first cell in the next, empty row. Now new entries fills in automatically in new rows in the same table!
Of course I can make a 3 row table and use the first row as heading. This row is before the BeginRepeat tag and will not be repeated.