Zusätzliches Bild im Header einfügen

ks_spoody
Hallo zusammen,

ich habe da eine Frage, und zwar, wie kann ich an der Stelle wo das rote Viereck im Screenshot ist, eine zusätzliche Grafik einfügen, so das der Hintergrund gleich bleibt? Das Logo geht etwa bis zur Hälfte, der rest ist eine Hintergrundgrafik. Ich habe zwar schon ein paar Dinge ausprobiert, aber dann hatte ich immer unter und über der neuen Grafik so weisse Blöcke. Ich hoffe ihr könnt mir weiter helfen smile

LG
Spoody

Meine Header.tpl sieht so aus.
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">

    <tr> 
     <td align="left" style="background-image: url({$style['imagefolder']}/top_line2.gif); height:6px;"></td>
    </tr>
    <tr> 
     <td width="100%" class="logobackground" align="left"><if($style['logoimage']!="")><then><a href="index.php?sid=$session[hash]"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
 
</tr>
    <tr> 
     <td align="left" style="background-image: url({$style['imagefolder']}/top_line2.gif); height:6px;"></td>
    </tr>
    <tr>
     <td align="right" style="background-image: url({$style['imagefolder']}/button_bg.gif);"><span class="smallfont">

<if($wbbuserdata['userid'])><then><a href="usercp.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><if($wbbuserdata['receivepm']==1)><then><a href="pms.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then><else><a href="register.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="memberslist.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="galerie_index.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_galerie.gif" border=0 
alt="{$lang->items['LANG_GLOBAL_GALERIE']}" title="{$lang->items['LANG_GLOBAL_GALERIE']}" /></a><a href="locator.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_locator.gif" border="0" alt="{$lang->items['LANG_GLOBAL_LOCATOR_TITLE']}" title="{$lang->items['LANG_GLOBAL_LOCATOR_TITLE']}"></a><if($wbbuserdata['a_can_use_acp']==&& $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==&& $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if><a href="index.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a><a href="hmportal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border=0 
alt="{$lang->items['LANG_GLOBAL_STATISTIK']}" title="{$lang->items['LANG_GLOBAL_']}" /></a></span></td> 

    </tr>
   
    
   </table> <br />