mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
make it a single table with no theads
This commit is contained in:
@@ -9,14 +9,12 @@
|
||||
<style>
|
||||
table { border-collapse: collapse; margin-bottom: 5px; }
|
||||
td { border: solid #9a9a9a 1px; padding: 3px 5px; }
|
||||
thead { text-align: left; }
|
||||
th { text-align: left; padding: 7px 5px;}
|
||||
</style>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th colspan="2">Student Details</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><th colspan="2">Student Details</th></tr>
|
||||
<tr>
|
||||
<td>Semester</td><td>II</td>
|
||||
</tr><tr>
|
||||
@@ -30,14 +28,7 @@
|
||||
</tr>
|
||||
<tr><td>Phone Number</td><td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th colspan="2">Payment Details</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Name of Account Holder</td><td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user