Fehlerhafte Headeranzeige im IE

meister
Hallo,
wenn ihr in folgendes Forum geht: http://www.foose-manager.net/wbb2/
wird im Firefox alles komplett richtig angezeigt, nur im Internet Explorer ist ein zweites X neben dem Logo zu sehen, was dort aber nicht hingehört.
Was könnte da falsch sein in der header.tpl? Finde den Fehler einfach nicht.

Zitat:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td class="mainpage" style="background-image:url('{$style['imagefolder']}/bg.gif');background-re
peat:repeat-x;" align="center">
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="logobackground" align="center"><img src="" border="0" alt="" title="" /><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></td>
<tr>
<td align="center"><span class="smallfont"><br /><if($wbbuserdata['userid'])><then><b><font color="#003366">X</font></b>&nbsp;<a href="index.php{$SID_ARG_1ST}"><b>HOME</b></a>
<b><font color="#003366">X</font></b>&nbsp;<a href="http://www.foose-manager.net/ws2/{$SID_ARG_1ST}"><b>WEBSOCCER</b></a>
</then><else>
<b><font color="#808080">X</font></b>&nbsp;<a href="register.php{$SID_ARG_1ST}"><b>REGISTRIEREN</b></a><br /></else></if>
<b><font color="#003366">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/irc.php?sid={$SID_ARG_1ST}"><b>CHAT
</b></a>
<b><font color="#009900">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/board.php?boardid=47{$SID_ARG_1ST}"
><b>GRASROOTS</b></a>
<b><font color="#CC0000">X</font></b>&nbsp;<a href="team.php{$SID_ARG_2ND}"><b>TEAM</b></a>
<b><font color="#CC0000">X</font></b>&nbsp;<a href="memberslist.php{$SID_ARG_1ST}"><b>MANAGER</b></a>
<b><font color="#CC0000">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/thread.php?threadid=75{$SID_ARG_1ST
}"><b>JOBS<b></a></span></td>
</tr>
<td align="center"><span class="smallfont"><br /><if($wbbuserdata['userid'])><then><b><font color="#000000">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/thread.php?threadid=13{$SID_ARG_1ST
}"><b>FREIE VEREINE</b></a>
<b><font color="#CC0000">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/thread.php?threadid=12{$SID_ARG_1ST
}"><b>REGELWERK</b></a></then><else>

<b><font color="#808080">X</font></b>&nbsp;<a href="calendar.php{$SID_ARG_1ST}"><b>KALENDER</b></a></else></if>
<b><font color="#CC0000">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/thread.php?threadid=30{$SID_ARG_1ST
}"><b>SPIELPLAN</b></a>
<b><font color="#009900">X</font></b>&nbsp;<a href="http://www.foose-manager.net/wbb2/kt_main.php{$SID_ARG_1ST}"><b>TIPP'
X</b></a>
<b><font color="#663300">X</font></b>&nbsp;<a href="search.php{$SID_ARG_2ND}"><b>SUCHEN</b></a>
<b><font color="#FF9900">X</font></b>&nbsp;<a href="usercp.php{$SID_ARG_1ST}"><b>PROFIL</b></a>
<b><font color="#FF9900">X</font></b>&nbsp;<a href="pms.php{$SID_ARG_1ST}"><b>POSTFACH</b></a></span></td>
</tr>
</table><br />



Gruß
Biggi
Das hier muß raus:
code:
1:
<img src="" border="0" alt="" title="" />


Da hast du ein Bild ohne Quelle, Alternativtext und Titel angegeben. Der FF ignoriert diese Angabe einfach, der IE zeigt durch das rote X eine fehlende Graphik an.

Poste Code demnächst übersichtlichkeitshalber bitte mit den Code-Tags [IMG]http://your-wbb.de/images/port-dark/bbcode_code.gif[/IMG].
meister
Super, danke. smile
Biggi
Gern geschehen. smile