Hjemmeside vil ikke tilpase center og højre margener.
Hej Eksperter.Jeg har lavet en hjemmeside (http://www.damnfun.dk) Men jeg har nu besluttet at ændre designet på min hjemmeside, der hvor man ser videoen, da jeg gerne vil gøre det mere brugervenligt og mere ligetil. Mit problem er bare at det ser perfekt ud med center og højre margener i Dreamweaver CS5, men når jeg uploader det til min hjemmeside kommer det til at se sådan ud
Hjemmeside design:
http://damnfun.dk/video_6_se.php
Dreamweaver CS5 billede
[URL=http://imgur.com/flBDr][IMG]http://i.imgur.com/flBDr.png[/IMG][/URL]
Håber der er nogle der kan hjælpe koden til "http://damnfun.dk/video_6_se.php" er:
<?php
/*TITLE*/ $title="Se vild drifting!";
/*DESCRIPTION*/ $desc="Se vild drifting!";
/*IMAGE*/ $image="http://i.imgur.com/txcFo.jpg";
/*AMUNG CODE*/ $amung="";
/*WEBSITE*/ $website="http://is.gd/6Uoi0n";
/*VIDEO*/ $video="video_6_se.php";
/*ADMIN*/ $admin="";
?>
<meta charset="utf-8">
<link rel="stylesheet" href="css/center.css" />
<style>
body { background-color: #f9f9f9; font: normal 12px/12px arial, helvetica, sans-serif; }
#container { width: 960px; margin: auto;}
#header {color: #777; text-align: center; background-color: #ddd; padding: 25px; border: 1px #bbb solid; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(ie/PIE.htc);}
#header h1 { color: #333; text: bold 18px/18px arial; margin: 0 0 15px 0;}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #666;
}
a:active {
text-decoration: none;
color: #000;
}
</style>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/da_DK/all.js#xfbml=1&appId=183731528408925";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="container">
<div id="header">
<h1><img src="images/logo_02.gif" alt="" width="397" height="100" longdesc="http://www.damnfun.dk/index.html"></h1>
</div>
<table width="1007" height="87" border="0">
<tr>
<th width="1001" height="68" background="images/menubar_03.gif" scope="row"><div align="left" class="menubar_1"> <a href="index.html">Hjem</a> | <a href="videoer.html">Videoer</a> | <a href="kontakt.html">Kontakt</a></div></th>
</tr>
</table>
</div>
<div style="margin:10px auto; width:985px;">
<p> </p>
<table width="300" border="0" align="right">
</table>
<table width="306" border="0" align="right">
<tr>
<td height="53" class="andre_videoer" scope="row">Annonce</td>
</tr>
<tr>
<th scope="row"><p> </p>
<p> </p>
<p> </p></th>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<table width="422" border="0" align="center">
<center>
<tr>
<td height="61" class="kommentar"><div align="left" class="menubar_1">
<p class="kommentarer"><?php echo $title;?></p>
</div> <title></title></td>
</tr>
</center>
</table>
<table width="300" border="0" align="right">
<tr>
<td height="54" class="andre_videoer" style="text-align: center"> Flere Videoer</td>
</tr>
<tr>
<th style="text-align: center" scope="row"><iframe src="//www.facebook.com/plugins/recommendations.php?site=www.damnfun.dk&app_id=392113590807748&action&width=300&height=500&header=false&colorscheme=light&linktarget=_parent&border_color&font=verdana&appId=392113590807748" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:500px;" allowTransparency="true"></iframe></th>
</tr>
</table>
<p> </p>
<table width="300" border="0" align="center">
<tr>
<th scope="row"><iframe width="420" height="315" src="http://www.youtube.com/embed/chI-vvKfv-s" frameborder="0" allowfullscreen></iframe></th>
</tr>
</table>
<p> </p>
<table width="422" border="0" align="center">
<tr>
<th height="80" class="kommentar" style="text-align: center" scope="row"><div align="left" class="menubar_1">
<p class="kommentarer">Skriv en kommentar</a></p>
</div>
<p> </p></th>
</tr>
<tr>
<th style="text-align: center" scope="row"><div class="fb-comments" data-href="<?php echo $website;?>" data-num-posts="6" canpost="true" data-width="640"> </div></th>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</div>
<table width="1015" border="0" align="center">
<tr>
<td height="89" background="images/menubar_03.gif"><div align="left" class="menubar_1">
<div align="center"> Copyright by damnfun.dk</div>
</div></td>
</tr>
</table>
<p> </p>
</body>
</html>
Mvh. Jeppe S