få grafik og flash til at stå pænt i tabel
jeg har lavet denne banner:http://www.kornumgaard.dk/test.html
grafikken i midten af tabelen er lavet i flash og grafikken i tabel 1 og 3 er lavet i photoshop
http://www.kornumgaard.dk/images/baggrund.jpg
Det ser rodet ud, skuller gerne stå pænt.
Hvem kan hjælpe mig.
kildekoden ser således ud.
<!-- Dette website er designet/kodet af Remo H. Munk-Olesen -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>flash test</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="20%" background="images/baggrund.jpg">
</td>
<td width="60%" ><!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="750" HEIGHT="120" id="flash/test_bee" ALIGN="">
<PARAM NAME=movie VALUE="flash/test_bee.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="test_bee.swf" loop=false quality=high bgcolor=#FFFFFF WIDTH="750" HEIGHT="120" NAME="test_bee" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT></td>
<td width="20%" background="images/baggrund.jpg"> </td>
</tr>
</table>
</body>
</html>