Nancy gave me some info on bootstrap tables. it's great for multiple columns. I do have some questions. Can I change the font? I tried in the properities menu/CSS. It worked, but it was about about to change bootstrap css files. I thought that was a VERY bad idea and did not proceed. Can I change the font externally? I added some nice attributes with nancy's info, but I still have some. questions. can I add border lines, and can I set a max width? This the code I have so far:
<table class="table caption-top responsive-table table-striped" >
<caption>Cam-33 Designations</caption>
<thead class="table-dark">
<tr>
<th scope="col" > </th>
<th scope="col">Cam-33-2</th>
<th scope="col">Cam-33-3</th>
<th scope="col" >Cam-33-4</th>
<th scope="col">Cam-33-6</th>
<th scope="col">Cam-3XG</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Channels</th>
<td>Two</td>
<td>Three</td>
<td>Four</td>
<td>Six</td>
<td>Three</td>
</tr>
<tr>
<th scope="row">Activity Detected</th>
<td>Gamma Particulate, Noble Gas</td>
<td>Beta-Gamma Particulate, Iodine, Noble Gas</td>
<td>Beta-Gamma Particulate, Iodine, Noble Gas, Alpa Particulate</td>
<td>Beta-Gamma Particulate, Iodine, Noble Gas, Alpa Particulate, Tritium, Carbon-14</td>
<td>Noble Gases: Low, Medium and High Energies</td>
</tr>
</tbody>
</table>
Link online: