
a ja dobijem ovo sa mojim code-om:

Code:
table.tabela3
{
border:2px solid white;width:300px;
font-family: sans-serif;
margin:auto;color:white;
border-width: 2px;
border-color: white;
border-collapse: collapse;
margin-top:20px;
margin-bottom:25px;
text-align:center}
table.tabela3 th
{
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: white;
background-color: green;
}
table.tabela3 td
{
border-width: 1px;
padding: 4px;
border-style: solid;
border-color:white;
background-color:green;
}
====================
<table class="tabela3">
<tr>
<th><p>GROUP D</p></th></tr>
<tr>
<td style='width: 40px'><p>POS.</p></td>
<td style='width: 180px'><p>TEAMS</p></td>
<td style='width: 40px'><p>PLD.</p></td>
<td style='width: 40px'><p>PTS.</p></td></tr>
</table>
table.tabela3
{
border:2px solid white;width:300px;
font-family: sans-serif;
margin:auto;color:white;
border-width: 2px;
border-color: white;
border-collapse: collapse;
margin-top:20px;
margin-bottom:25px;
text-align:center}
table.tabela3 th
{
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: white;
background-color: green;
}
table.tabela3 td
{
border-width: 1px;
padding: 4px;
border-style: solid;
border-color:white;
background-color:green;
}
====================
<table class="tabela3">
<tr>
<th><p>GROUP D</p></th></tr>
<tr>
<td style='width: 40px'><p>POS.</p></td>
<td style='width: 180px'><p>TEAMS</p></td>
<td style='width: 40px'><p>PLD.</p></td>
<td style='width: 40px'><p>PTS.</p></td></tr>
</table>
Sta treba da prepravim u code-u? Hvala na odgovoru.
Pozdrav,
Goca
Goca