Hey habe folgendes Problem...
habe ein bild erstellt und mit HTML ein wenig bearbeitet =) scrolltext eingefügt usw aber ich sehe nur den Scrolltext aber nicht das bild im Hintergrund sondern nur den Scrolltext.
Hier den HTML CODE :
--------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<center>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="500" height="50"><img src="http://trottelchen.tr.funpic.de/knuddelshp/knuddelshp_01.gif"/></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="52" height="251"><img src="http://trottelchen.tr.funpic.de/knuddelshp/knuddelshp_02.gif"/></td>
<td width="397" height="251" background="http://trottelchen.tr.funpic.de/knuddelshp/knuddelshp_03.gif"><marquee direction=up loop=true height="251" scrollamount="2" >
<center><font color="#FFFFFF" size="+2">HIER DEIN TEXT</font></center></marquee></td>
<td width="51" height="251"><img src="http://trottelchen.tr.funpic.de/knuddelshp/knuddelshp_04.gif"/></td>
</tr>
</table></td>
</tr>
<tr>
<td width="500" height="49"><img src="http://trottelchen.tr.funpic.de/knuddelshp/knuddelshp_05.gif"/></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</center>
</body>
</html>
-----------------------------------------------------------------------