[HTML] Textur über die ganze Seite, wie?

One.of.my.lies
Hi,
ich habe meine Homepage mit HTMl gemacht. Allerdings hätte ich gerne, dass die Textur im Bild noch über die ganze Seite geht, dass nicht dieser weiße HIntergrund zu sehen ist

Das ist die Textur:


Und das der Code:
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:
<html>
<head>
  <title>Guitarflower</title>
</head>
<body>
<div id="HG" style="position: absolute; top: 0px; left: 0px;"><img
 src="http://i37.tinypic.com/148mzrb.jpg" height="768"
 width="1024"></div>
<div id="Frame"
 style="position: absolute; top: 320px; left: 281px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/Main.html"
 name="Main" frameborder="0" height="432"
 scrolling="auto" width="397"></iframe></div>
<div id="Frame"
 style="position: absolute; top: 353px; left: 176px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/Navi.html"
 name="Navi" frameborder="0" height="245"
 scrolling="auto" width="98"></iframe></div>
<div id="Frame"
 style="position: absolute; top: 418px; left: 697px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/News.html"
 name="News" frameborder="0" height="310"
 scrolling="auto" width="117"></iframe></div>
</body>
</html>


Währe toll, wenn das jemand machen könnte.
Melli
Ich schätze, du wolltest ein Layout coden.
Dann ist dein Code etwas falsch. Jetzt zwar immernoch etwas aber versuch es mal so großes Grinsen

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:
<html>
<head>
  <title>Guitarflower</title>
</head>
<body background="http://i36.tinypic.com/24qk2dz.jpg">
<div id="HG" style="position: absolute; top: 0px; left: 0px;"><img
 src="http://i37.tinypic.com/148mzrb.jpg" height="768"
 width="1024"></div>
<div id="Frame"
 style="position: absolute; top: 320px; left: 281px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/Main.html"
 name="Main" frameborder="0" height="432"
 scrolling="auto" width="397"></iframe></div>
<div id="Frame"
 style="position: absolute; top: 353px; left: 176px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/Navi.html"
 name="Navi" frameborder="0" height="245"
 scrolling="auto" width="98"></iframe></div>
<div id="Frame"
 style="position: absolute; top: 418px; left: 697px;"><iframe
 src="http://guitarflower.gu.ohost.de/Guitarflower/News.html"
 name="News" frameborder="0" height="310"
 scrolling="auto" width="117"></iframe></div>
</body>
</html>
One.of.my.lies
XD naja das Layout für meine HP großes Grinsen
Ich probiers mal aus großes Grinsen Thx