Laying data out in a table?
-
Liking this so far but I have a question:
How do I get the data into a HTML table? I have:
<table>
<tr>
<td>{competition_type}</td>
<td>{home_club_name}</td>
<td>{away_club_name}</td>
</tr>
</table>It works, but obviously each line of data is in a new table!
What template structure would put the data into rows in the same table.
Many thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Laying data out in a table?’ is closed to new replies.