[HTML] Design wird nicht angezeigt

Lachtruefel
Ich habe gerade ein seehr großes Probelm...Ich habe alles fertig gecodet und eingestellt an dem Design. Bei NVU zeigt es auch alles ordentlich an. doch sobald ich das Desi hochlade kommt nur noch der Text ohne das Design...Dann ist da nur die Weiße Seite...
hier mal der Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Turnier- und Ausbildungsstall Bolero</title>
<style type="text/css">
<!--
body {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
background-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}
img#design {
position: absolute;
top: 0;
left: 0;
border: none;
}
div.content {
overflow: auto;
position: absolute;
top: 300px; left: 250px;
width: 780px;
height: 380px;
font-family: Arial;
font-size: 16px;
color: #000000;
}
div.newsbox {
overflow: auto;
position: absolute;
top: 80px; left: 10px;
width: 190px;
height: 2500px;
font-family: Arial;
font-size: 16px;
color: #000000;
}
div.navigation {
overflow: auto;
position: absolute;
top: 400px; left: 10px;
width: 190px;
height: 320px;
font-family: Arial;
font-size: 16px;
color: #000000;
}
a:link {
color: #0000ff;
text-decoration:none;
}
a:visited {
color: #0000ff;
text-decoration:none;
}
a:active {
color: #ffffff;
text-decoration:none;
}
a:hover {
color: #000000;
text-decoration:none;
}
-->
</style>
</head>
<body>
<!-- Start Design -->
<img src="14j508k.jpg" alt="Designbild" id="design"><!-- End Design --><!-- Start Content -->
<div class="content">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>ausbildungspreise</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>ausbildungsregeln</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
&nbsp;
&nbsp;
</div>
<!-- End Content -->
<!-- Start newsbox -->
<div style="height: 260px; top: 80px;" class="newsbox">Die
news
</div>
<!-- End Navigation -->
<!-- Start Navigation -->
<div class="navigation">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>navigation</title>
</div>
<!-- End Navigation -->
<!--
Dies ist der Grundcode von http://www.oylahomepagehilfe.de.
Dieser Hinweis darf ohne Genehmigung von einem Betreiber des Internetabgebotes nicht entfernt werden.
-->
</body>
</html>
kext
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>ausbildungspreise</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>ausbildungsregeln</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">

…

<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>navigation</title>
Diese Zeilen haben an der Stelle im Code überhaupt nichts zu suchen. meta- und title-Elemente kommen in den head, und auch jeweils nur eins.

So wie dein Code im Moment ist, sollte maximal dein »Designbild« angezeigt werden sowie zwei Leerzeichen, der Text »Die
news« und sonst nichts. Alles andere sind Elemente, die gar nicht angezeigt werden.
Lachtruefel
ich bin bei oyla..
NVU benutze ich eig. nur zur kontrolle falls etwas nicht geht..