

ja u <head> imam:
Code:
table.gocab
{
font-family: sans-serif;;
font-size:16px;
color:white;
border-width: 2px;
border-color: white;
border-style: solid;
width:900px;
margin:auto;margin-top:40px;
margin-bottom:20px;
font-weight: bold;
}
table.gocab th {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: white;
background-color: green;
font-style:italic;
font-family: sans-serif;;
font-size:16px;
color:white;text-align:center;
margin-top:20px;
}
table.gocab td {
border-width: 1px;
padding: 4px;
width:450px;
border-style: solid;
border-color:white;
background-color: green;
text-align:left;font-size:16px;color:white;font-weight:bold;
}
table.gocab
{
font-family: sans-serif;;
font-size:16px;
color:white;
border-width: 2px;
border-color: white;
border-style: solid;
width:900px;
margin:auto;margin-top:40px;
margin-bottom:20px;
font-weight: bold;
}
table.gocab th {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: white;
background-color: green;
font-style:italic;
font-family: sans-serif;;
font-size:16px;
color:white;text-align:center;
margin-top:20px;
}
table.gocab td {
border-width: 1px;
padding: 4px;
width:450px;
border-style: solid;
border-color:white;
background-color: green;
text-align:left;font-size:16px;color:white;font-weight:bold;
}
<body>
Code:
<table class="gocab">
<tr>
<td><a href="chelseaCLpass.html" >Will Chelsea pass group in the Champions League?</a></td>
<td><a href="ao2013.html" >Australian Open 2013: Will Novak Djokovic win the Australian Open again?</a></td>
</tr>
</table>
<table class="gocab">
<tr>
<td><a href="chelseaCLpass.html" >Will Chelsea pass group in the Champions League?</a></td>
<td><a href="ao2013.html" >Australian Open 2013: Will Novak Djokovic win the Australian Open again?</a></td>
</tr>
</table>
Slika koja treba umanjena da se pojavi kad se stane na "Will Chelsea pass group in the Champions League?" ima code
Code:
<img class="img" src="chelseanord.jpg" width="350" height="197" title="Chelsea out of Champions League!" />
<img class="img" src="chelseanord.jpg" width="350" height="197" title="Chelsea out of Champions League!" />
a kad se stane na "Australian Open 2013: Will Novak Djokovic win the Australian Open again?" treba da se pojavi umanjena slika koja ima ovaj code:
Code:
<img class="img" src="ndj2013r2p.jpg" title="Novak Djokovic" width="250" height="278" />
<img class="img" src="ndj2013r2p.jpg" title="Novak Djokovic" width="250" height="278" />
Samo da naglasim da pored slike ne treba ponovo da pise naslov clanka.
Hvala puno na pomoci, ovo je za mene mnogo komplikovano.
Pozdrav,
Goca
Goca