make it a single table with no theads

This commit is contained in:
2023-12-09 12:15:31 +05:30
parent 3a41acb69c
commit 6ce84b0c5b

View File

@@ -9,14 +9,12 @@
<style> <style>
table { border-collapse: collapse; margin-bottom: 5px; } table { border-collapse: collapse; margin-bottom: 5px; }
td { border: solid #9a9a9a 1px; padding: 3px 5px; } td { border: solid #9a9a9a 1px; padding: 3px 5px; }
thead { text-align: left; } th { text-align: left; padding: 7px 5px;}
</style> </style>
<table> <table>
<thead>
<tr><th colspan="2">Student Details</th></tr>
</thead>
<tbody> <tbody>
<tr><th colspan="2">Student Details</th></tr>
<tr> <tr>
<td>Semester</td><td>II</td> <td>Semester</td><td>II</td>
</tr><tr> </tr><tr>
@@ -30,14 +28,7 @@
</tr> </tr>
<tr><td>Phone Number</td><td></td> <tr><td>Phone Number</td><td></td>
</tr> </tr>
</tbody>
</table>
<table>
<thead>
<tr><th colspan="2">Payment Details</th></tr> <tr><th colspan="2">Payment Details</th></tr>
</thead>
<tbody>
<tr> <tr>
<td>Name of Account Holder</td><td></td> <td>Name of Account Holder</td><td></td>
</tr> </tr>