MyBB Community Forums

Full Version: (SOLVED) red cross between icon and link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today I update my forum to the newest version.

Now I have a problem header welcomeblock member template.

I use icons in this welcome block, but between the icon modcp and the link modcp is also a red cross. I allready search for a while but I cannot find it.

My forum: www.ikf-forum.eu

<table border="0" width="100%" cellspacing="0" cellpadding="0">
	<tr>
		<td width="100%"><font face="Calibri" style="font-size: 9pt">
		<font color="#FFFFFF">&nbsp;{$lang->welcome_back}<br> 
		<img border="0" src="http://www.ikf-forum.eu/images/lu/icons/ausercp.gif" width="14" height="14">
		</font><a href="{$mybb->settings['bburl']}/usercp.php">
		<font color="#FFFFFF">{$lang->welcome_usercp}</font></a><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="http://www.ikf-forum.eu/images/lu/icons/amodcp.gif" width="14" height="14"> {$modcplink}&nbsp;&nbsp;&nbsp;&nbsp; <img border="0" src="http://www.ikf-forum.eu/images/lu/icons/aadmincp.gif"> {$admincplink}&nbsp;&nbsp; &nbsp;&nbsp;<img border="0" src="http://www.ikf-forum.eu/images/lu/icons/key.gif" width="14" height="14"> 
		</font> <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">
		<font color="#FFFFFF">{$lang->welcome_logout}</font></a><font color="#FFFFFF"><br />
				<span class="links">
					&nbsp;</span><img border="0" src="http://www.ikf-forum.eu/images/lu/icons/newpost.gif" width="14" height="14">
		</font><font color="#000000"> <a href="{$mybb->settings['bburl']}/search.php?action=getnew">
		<font color="#FFFFFF">{$lang->welcome_newposts}</font></a></font><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
		<img border="0" src="http://www.ikf-forum.eu/images/lu/icons/newpost.gif" width="14" height="14">
		</font><font color="#000000"> <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">
		<font color="#FFFFFF">{$lang->welcome_todaysposts}</font></a></font><font color="#FFFFFF"> <br>
		<img border="0" src="http://www.ikf-forum.eu/images/lu/icons/envelope.gif" width="14" height="14"></font><font color="#000000"><a href="{$mybb->settings['bburl']}/private.php"><font color="#FFFFFF"> {$lang->welcome_pms}</font></a></font><font color="#FFFFFF"> {$lang->welcome_pms_usage}</font></font><p>&nbsp;</td>
		<td width="70" height="80" align="center" nowrap valign="top">
		<font color="#FFFFFF" face="Calibri" style="font-size: 9pt"><span style="float: right;">
		<img src="{$mybb->user['avatar']}"  width="60" height="60" align="middle" /></span></font></td>
	</tr>
</table>

</html>