ciao a tutti,
ho realizzato un css che si integra con php, solo che non mi legge la misura dell'immagine, anche se l'ho impostata a 40 px di larghezza continua a stamparmela a video a 300 px.
<style type="text/css">
.c<?php echo substr($row['foto'], 0, -4); ?>{
width: 40px;
background-image: url(images_photogallery/<?=$row['foto']?>);
background-repeat: no-repeat;
background-position: center;
}
</style>