[CSS] Hintegrundbild beim Design aber wie?

Schatti
Den Code benütze ich

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:
<html>
<head>
<title>%titel%</title> 
<style type="text/css">
<!--
body {
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;
}
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 bgcolor="#ffffff" topmargin="0" leftmargin="0">

<!-- Start Design -->
<img border="0" src="Design_Adresse.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">
<!-- End Design -->

<!-- Start Content -->
<div style="overflow: auto; position: absolute; width: 630px; height: 220px; left: 330px; 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: 220px; left: 40px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>
</div>
<!-- End Navigation -->

</body>
</html>


So dann gibts ja diese Einstellung hier das man als Hintegrund die Farbe ändern kann, das ist diese Stelle
code:
1:
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">


Und geht dass, das man den Code so umschreibt das ich da anstatt die Farbe ein Bild hinsetzen kann das sich wiederhollt bzw den restlichen Platz ausfüllt?
Andere Nutzer zb bei funpic etc haben das ja auch und da würde mich es interessieren ob das bei mir auch geht.
Julia712
Hey

code:
1:
<body background="background.jpg">

Oder was meinst du ?


Lg, Julia
Schatti
Ich schau gleich mal obs geht. Danke

Edit
Boo danke! Es hat geklappt. Endlich DANKE
Kannst zu machen großes Grinsen
Julia712
Okay fröhlich
Bitteschön Augenzwinkern


Auf Wunsch geschlossen.