Tables - table within post - CSS - column widths (2022)

 Short - Long columns 


<!--      -->
<!--  My_ table 1    -->
<style type="text/css">
.Tbl1 {width:100%; border-collapse:collapse;}
.Tbl1 td, .Tbl1 th {padding: 0.1em; border:0;}
.Tbl1 td {vertical-align: top; padding-bottom: 0.5em;}
</style>

<!-- Tbl1 text to copy
<br />
<table class="Tbl1">
<tbody>
<tr>
<th style="width: 5%;"></th>
<th style="width: 95%;"></th>
</tr>
<tr>
<td>Short</td>
<td>Long</td>
</tr>
</tbody>
</table>
<br />
-->

Comments