Wed, 2023-02-01 07:46
Hi,
can you help me make a table that looks like in the attachment please ?
I used this code but my skill is 1% . It doesnt work perfectly )
Thank you
.styled-table { border-collapse: collapse; margin: 20px 0; font-size: 0.9em; font-family: calibri; min-width: 400px; } .styled-table th, .styled-table td { padding: 12px 15px; }
.
<table class="styled-table" style="height: 308px;" width="1552"> <thead> <tr> <th style="text-align: left;">Name</th> <th style="text-align: left;"></th> </tr> </thead> <tbody> <tr> <td><strong>Dom</strong></td> <td>600</td> </tr> <tr class="active-row"> <td><strong>sloužíalskd</strong></td> <td>§ůlaasdl ůkfů§laskd</td> </tr> <!-- and so on... --></tbody> </table>
Attachment | Size |
---|---|
ency.PNG | 30.08 KB |
Wed, 2023-02-01 17:12
#1
done thank you
done thank you