Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] Textur über die ganze Seite, wie? (https://www.gegen-bilderklau.net/thread.php?threadid=142363)


Geschrieben von One.of.my.lies am 08.10.2008 um 10:27:

  Textur über die ganze Seite, wie?

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.



Geschrieben von Melli am 08.10.2008 um 11:30:

 

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>



Geschrieben von One.of.my.lies am 08.10.2008 um 11:32:

 

XD naja das Layout für meine HP großes Grinsen
Ich probiers mal aus großes Grinsen Thx


Forensoftware: Burning Board, entwickelt von WoltLab GmbH