allora segui quello che ti dico di fare altrimenti ti perdi
non so come si comporta nel tuo xche hai gia 3 pulsanti fuori nel header.
vabbe comunque devi aggiungere questo pezzo di codice nel html io lo fatto x 4 immagini se sono troppe togli una.
pezzo da insarire ne html
copia tutto quello che vedi dopo la </p>
e lo metti esattamente sotto quel tag </p>
<div class="center" align="center">
</p>
<div id="banner0">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="0">
<tr>
<td width="25%"><div id="banner1">
<jdoc:include type="modules" name="banner" style="rounded" />
</div></td>
<td width="25%"><div id="banner2">
<jdoc:include type="modules" name="banner" style="rounded" />
</div></td>
<td width="25%"><div id="banner3">
<jdoc:include type="modules" name="banner" style="rounded" />
</div></td>
<td width="25%"><div id="banner4">
<jdoc:include type="modules" name="banner" style="rounded" />
</div></td>
</tr>
</table>
ora vai nel css chiamato template.css
e ci copi questo css
#banner0 {
padding-left:117px;
padding-right:117px;
}
#banner1 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner2 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner3 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner4 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
le immagini le metti nella cartella immages del template e cambi solo il nome dell'immagine nel css.
risultato
dimenticavo metti il css anche in ie altrimenti non funziona
cerca questo
ieonly.css
e inserisci tutto il css
#banner0 {
padding-left:117px;
padding-right:117px;
}
#banner1 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner2 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner3 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}
#banner4 {
background:transparent url(../images/mw_header.png) no-repeat scroll 0 0;
height:83px;
}