table-footers
by Alex McWhinnie
HTML
<link rel="stylesheet" href="https://assets.ipums.org/_css/jsfiddle.1.0.css">
<script src="https://assets.ipums.org/_js/load-fonts.1.3.js"></script>
<table>
<thead>
<tr>
<th colspan="5">Header</th>
</tr>
</thead>
<tr>
<th>Survey</th>
<th>Type<sup> <a href="#note-1">1</a></sup></th>
<th>Image</th>
<th>Text</th>
<th>Report</th>
</tr>
<tr>
<th>Benin 1996</th>
<td>linked file</td>
<td><a href="/idhs/resources/survey_forms_pdf/survey_form_bj1996_fem.pdf">pdf</a></td>
<td><a href="http://www.dhsprogram.com/pubs/pdf/FR81/FR81.pdf">html</a></td>
<td><a href="#">Report</a></td>
</tr>
<tr>
<th>Benin 2001</th>
<td>linked file</td>
<td><a href="/idhs/resources/survey_forms_pdf/survey_form_bj1996_fem.pdf">pdf</a></td>
<td><a href="http://www.dhsprogram.com/pubs/pdf/FR81/FR81.pdf">html</a></td>
<td><a href="#">Report</a></td>
</tr>
<tfoot>
<tr>
<td colspan="5"><a name="note-1">1. This is a footer that spans five full columns</a></td>
</tr>
</tfoot>
</table>