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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user