ich hätte da ein kl. Anliegen.
Ich würde gerne in den Hintergrund meiner Shoutbox den Schriftzug "Shoutbox" einbauen:
So soll aussehen:
http://www.geh-nie-aal.de/images/1156537848_6.gif
Das ist der Code der shoubox_view_body.tpl:
Wie bewerkstellige ich das denn am Besten?<HEAD><META http-equiv="refresh" content="25;url={U_SHOUTBOX_VIEW}?auto_refresh=1">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="http://www.kult21.de/talk/templates/NB2/shout.css" 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}" width="50%" higth="100%" style="padding:2px; padding-left:9px; "><b>{shoutrow.USERNAME}</b></td>
<td class="{shoutrow.ROW_CLASS}" width="50%" higth="100%" style="padding:2px;padding-right:10px;text-align:right;">[{shoutrow.TIME}]</td>
</tr>
<tr>
<td class="{shoutrow.ROW_CLASS}" width="100%" higth="100%" style="padding-bottom:0px; padding-left:9px;padding-right:10px;" colspan="2">
<span class="gensmall">
{shoutrow.SHOUT}<br/></span><hr size="1" color="#C0C0C0" />
</td>
</tr>
<!-- END shoutrow -->
</table>
</body>
Grüßle, AiG