Witam zrobiłem sam tabelkę tylko dziwnie mi ucieło nagłówek od kwoty w niej , i nie moge rozgryzc tego sam jak do umieścić razem .
żeby nie było tak
// juz nie ważne znalazłem sam błąd , tutaj poprawione moze sie przyda komuś :
<table class="tborder2" cellspacing="0" cellpadding="4" border="0">
<tbody><tr>
<td class="thead"><strong>Nagłówek</strong></td>
</tr>
<tr>
<td class="trow1"><a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a></td>
<td><span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<tr>
<td class="trow3"><a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a></td>
<td><span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<tr>
<td><a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a></td>
<td><span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<td class="trow3"><a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a></td>
<td><span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tbody>
żeby nie było tak
// juz nie ważne znalazłem sam błąd , tutaj poprawione moze sie przyda komuś :
<table border="0" cellspacing="0" cellpadding="4" class="tborder2">
<tr>
<td class="thead"><strong>Nagłówek</strong></td>
</tr>
<tr>
<td class="trow1"<a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a>
<span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<tr>
<td class="trow3"<a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a>
<span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<tr>
<td><a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a>
<span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tr>
<td class="trow3"<a href="Link Profil"><span class="donator"><i class="fa fa-usd"></i> Brak</span></a>
<span style="padding: 2px 10px; width: 45px; float: right; text-align: center;" class="kwota" style="background: green">0 zł</span></td>
</tbody>