[HTML] Hintergrundproblem

fugato
Also ich hab da ein problem mit meinem Desi Hintergrund. Es erscheint zwar das Desi aber ich habe immer einen weißen Hintergrund und das sieht echt doof aus kann mir da vielleicht einer Helfen??

Hier mein code:

<html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
<body bgcolor="#ffe56d">


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}<STYLE type=text/css>

body
{ background-image: url(''); background-attachment: fixed }
a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#808080; text-decoration:none }
a:active { font-weight:bold; color:#000000; text-decoration:none }
a:focus { font-weight:bold; color:#000000; text-decoration:none }
<p align="center"><!--webbot bot="HTMLMarkup" startspan -->
<style>
<!--
a{text-decoration:none}
//-->
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html>
.Senseless
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
<html>
<head>
<title>%titel%</title>
<style type="text/css">
body {
background-color: #ffe56d;


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}

a:link { font-weight:bold; color:#000000; text-decoration:none; }
a:visited { font-weight:bold; color:#000000; text-decoration:none; }
a:hover { font-weight:bold; color:#808080; text-decoration:none; }
a:active { font-weight:bold; color:#000000; text-decoration:none; }
a:focus { font-weight:bold; color:#000000; text-decoration:none; }
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html> <html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
<body bgcolor="#ffe56d">


scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}<STYLE type=text/css>

body
{ background-image: url(''); background-attachment: fixed }
a:link { font-weight:bold; color:#000000; text-decoration:none }
a:visited { font-weight:bold; color:#000000; text-decoration:none }
a:hover { font-weight:bold; color:#808080; text-decoration:none }
a:active { font-weight:bold; color:#000000; text-decoration:none }
a:focus { font-weight:bold; color:#000000; text-decoration:none }
<p align="center"><!--webbot bot="HTMLMarkup" startspan -->
<style>
<!--
a{text-decoration:none}
//-->
</style>


<!-- Start Design -->
<img border="0" src="http://www.oyla.de/userdaten/68517374/bilder/design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 30; left: 330 ;width: 1100x1024">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 460px; left: 580px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>
</div>
<!-- End Content -->

<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 320px; left: 400px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html> 


So müsste es gehen..
fugato
supi vielen dank...jezt funzt es