Centrer på side uden brug af tabeller
Jeg har en "Flashfilm" der skal centreres midt på brugerens side. Jeg har lavet følgende HTML til det://**********KODE START******************
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#flash {
float:left;
width:50%;
}
</style>
</head>
<body bgcolor="100F0D" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="flash">
<object classid="" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="521" height="450">
<param name="movie" value="Flash/intro.swf">
<param name="quality" value="high"><param name="LOOP" value="false"><param name="SCALE" value="exactfit">
<embed src="Flash/intro.swf" width="521" height="450" loop="false" scale="exactfit" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</div>
</body>
</html>
//**********KODE SLUT*******************
Jeg ønkser at lave det uden tabeller. Hvordan skal jeg skrive i stylesheetet (øverst) for at få det til at lykkes?
