Salve Ragazzi, ho un problema con una tabella.
Devo farla diventare resposive ma non riesco.
ecco il codice:
Come faccio a farlo diventare resposive con quest'ordine 1.intestazione 2.picture 3.testo 4.foot .
Grazie a tutti per l'aiuto.
Devo farla diventare resposive ma non riesco.
ecco il codice:
Codice:
<style type="text/css">
#intestazione {
text-align: center;
font-size: 12pt;
}
#foot {
text-align: right;
font-size: 11pt;
font-weight: 800;
color: #3498db;
}
#testo {
text-align: justify;
font-size: 10pt;
line-height: 20px;
}
#intro {
text-align: justify;
font-size: 10pt;
line-height: 20px;
}
#banner {
font-size: 14px;
color: #00000;
font-weight: 900;
}
#banner2 {
font-size: 14px;
color: #00000;
}
#picture {
width: 206px;
height: 137px;
}
</style>
Codice:
<table class="table table-striped">
<tbody>
<tr><th id="intestazione" colspan="2"><a href="http://www.miosito.it" target="_blank">Villa</a></th></tr>
<tr>
<td id="picture"><a href="http://www.miosito.it" target="_blank"><img src="images/xxxxx.jpg" alt="DSCN1639 1" width="206" height="137" /></a></td>
<td id="testo">text text text text text text text text text texttexttexttexttexttexttexttexttexttexttexttexttext</td>
</tr>
<tr>
<td id="foot" colspan="2"><a href="http://www.miosito.it" target="_blank">Vai Al sito</a></td>
</tr>
</tbody>
</table>
Come faccio a farlo diventare resposive con quest'ordine 1.intestazione 2.picture 3.testo 4.foot .
Grazie a tutti per l'aiuto.