Ciao a tutti
Vorrei modificare completamente il logo del mio template.
se guardate in questo sito web
http://clab.altervista.orgin alto c'è il logo standard del sito , ma è diviso in molte parti , infatti nel codice css
c'è questo
div#wrapper {
background: url(../images/left_shadow.jpg) 0 0 repeat-y;
}
div#wrapper_r {
background: url(../images/right_shadow.jpg) 100% 0 repeat-y;
}
div#header {
background: #5076b6 url(../images/header_top_middle_shadow_bg.jpg) bottom left repeat-x;
height:164px;
}
div#header_r {
background: transparent url(../images/header_r_bg.jpg) top right no-repeat;
height:164px;
}
div#header_l {
background: transparent url(../images/header_l_bg.jpg) top left no-repeat;
height:164px;
}
div#logo_bg {
background: transparent url(../images/logo.jpg) top center no-repeat;
height:164px;
}
div#logo_bg div {
text-align: center;
}
div#footer {
background: url(../images/footer_m_bg.jpg) 0 100% repeat-x;
}
div#footer_l {
background: url(../images/footer_l_bg.jpg) 0 0 no-repeat;
}
div#footer_r {
background: url(../images/footer_r_bg.jpg) 100% 0 no-repeat;
ora io voglio inserire un logo unico e non diviso cosi
potreste dirmi il codice da inserire??
grazie