[ externes Bild ]
Wie kann ich das beheben, so dass diese eine Zeile eine normale Grösse hat?
Den Code der shoutbox_view_body.tpl habe ich unten aufgelistet:
Code: Alles auswählen
<HEAD><META http-equiv="refresh" content="15;url={U_SHOUTBOX_VIEW}?auto_refresh=1">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="{T_URL}/{T_HEAD_STYLESHEET}" type="text/css">
</HEAD>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<table width="100%" height="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<!-- BEGIN shoutrow -->
<tr>
<td class="{shoutrow.ROW_CLASS}" nowrap="nowrap" width="5%">
<span class="gensmall">
<nobr>
{shoutrow.TIME}
</nobr>
</span>
<td class="{shoutrow.ROW_CLASS}" nowrap="nowrap" width="5%">
<span class="gensmall">
<nobr>
<b>{shoutrow.USERNAME}</b>
</nobr>
</span>
</td>
<td class="{shoutrow.ROW_CLASS}" width="90%">
<span class="gensmall">
{shoutrow.SHOUT}
</span>
</td>
</tr>
<!-- END shoutrow -->
</table>
</body>