Salve ho questo codice e vorrei mettere i banner al posto delle foto che ci sono mi potete dire come fare il codice è questo
Il codice del templates.css:
#banner{
margin-top: 4px;
margin-left: 9px;
width: 978px;
height: 149px;
}
.banner1{
background: #FFFFFF url(../images/banner1.jpg) left top no-repeat;
}
.banner2{
background: #FFFFFF url(../images/banner2.jpg) left top no-repeat;
}
.banner3{
background: #FFFFFF url(../images/banner3.jpg) left top no-repeat;
}
.banner4{
background: #FFFFFF url(../images/banner4.jpg) left top no-repeat;
}
.banner5{
background: #FFFFFF url(../images/banner5.jpg) left top no-repeat;
}
#banner table.contentpaneopen{
margin-top:15px;
margin-bottom:15px;
margin-left:10px;
width:550px;
float:left;
text-align:left;
}
#banner table.contentpaneopen td{
color:#1D1D1D;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height: 17px;
}
Posizionando il modulo dei banner al posto delle foto otterrei il risultato che volevo grazie in anticipo dell'aiuto