- Wat is het probleem? logo veranderen in Fi apple blue
Wanneer ontstond het probleem? er... nu
Adres van je forum: http://www.formula1girls.nl/ballsofsteel/index.php
Modifications op je forum:Easymod, Admin userlist, Last Topic Title on Index
Huidige stijl: fi apple blue
phpBB versie: 2.0.021
Waar is je forum gehost: http://www.domein.nl
Heb je onlangs iets verandert aan je forum? logo en url in subsilver style veranderd, logo kwijt in f1 appleblue
Ik heb in subsilver het phpbb logo veranderd naar het logo van mijn eigen site, ook heb ik een url toegevoegd.
Nu wil ik het zelfde doen in f1appleblue (in de grote witte balk boven de forum title en onder de knoppen) in Overall_header:
de huidige code
Ik wil het vervangen door dit maar dan krijg ik alleen een witte balk...<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="templates/fiappleblue/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="templates/fiappleblue/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0" class="scrn">
<tr>
<td><img src="templates/fiappleblue/images/scrn_tl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrntbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_tr.gif" alt="" width="14" height="14" /></td>
</tr>
<tr>
<td class="scrnlbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
<td class="scrnm"><span class="maintitle">{SITENAME}</span><br />
{SITE_DESCRIPTION}</td>
<td class="scrnrbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
</tr>
<tr>
<td><img src="templates/fiappleblue/images/scrn_bl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrnbbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_br.gif" alt="" width="14" height="14" /></td>
</tr>
</table>
iemand een idee, waarschijnlijk is het namelijk echt heel simpel<table class="bodyline" width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0" class="scrn">
<tr>
<td><img src="templates/fiappleblue/images/scrn_tl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrntbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_tr.gif" alt="" width="14" height="14" /></td>
</tr>
<tr>
<td class="scrnlbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
<td class="scrnm"><a href="http://www.formula1girls.nl"><img src="images/banner_bos.gif" width="400" height="60" />
</a></td>
<td class="scrnrbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
</tr>
<tr>
<td><img src="templates/fiappleblue/images/scrn_bl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrnbbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_br.gif" alt="" width="14" height="14" /></td>
</tr>
</table>
