Ciao a tutti,
prosegue il mio "scontro" con i cssho un problema con il distanziamneto tra immagini e testo (guardate immagine allegata), il css che ho usato è il seguente:
.contenitore {
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px !important;
margin-bottom: 5px;
margin-left: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 10px !important;
padding-bottom: 5px;
padding-left: 0px;
border: 1px solid;
border-color: #000;
background: #F4F4F4;
color: #000;
font: 10px verdana,sans-serif;
width: 482px;
height:125px;
/*display: inline;*/
/*border: dotted 1px #009;*/
}
.contenitore img {
/*display: block;*/
float: left;
margin: 10px 10px 10px 10px;
}
le ho provate un pò tutte però evidentemente c'è qualcosa che non ho ben compreso... :master: dove sbaglio?