1 reply [Last post]
nba-com
nba-com's picture
Offline
newbie
Last seen: 7 weeks 6 days ago
Timezone: GMT+1
Joined: 2023-02-01
Posts: 2
Points: 3

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 Shock)

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>

AttachmentSize
ency.PNG30.08 KB
nba-com
nba-com's picture
Offline
newbie
Last seen: 7 weeks 6 days ago
Timezone: GMT+1
Joined: 2023-02-01
Posts: 2
Points: 3

done thank you

done thank you