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] Fehler im code? (https://www.gegen-bilderklau.net/thread.php?threadid=43418)
Geschrieben von Lauri am 20.12.2005 um 17:43:
RE: Fehler im code?
Zitat: |
Original von Julia
<html>
<head>
<title>Julez World</title>
<style>
<body background="http.//julezworld.ju.funpic.de/julez.jpg">
</head>
<div id="Layer1" style="position: absolute; left: 64,196px; top: 145px; right:515,552;">
<iframe src="content.htm" name="frame" width="452" height="355" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 571,196px; top: 145px; right: 767,422">
<iframe src="menue.htm" name="frame" width="195" height="234" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|
Ich denke eher, das der Fehler bei dem nicht abgeschlossenen <head> Bereich liegt XD
Geschrieben von Julia am 20.12.2005 um 20:10:
danke! *knuddel* probeirs gleich mal aus
Edit: Es funktioniert nicht :-(
Geschrieben von Julia am 21.12.2005 um 12:41:
also jetzt kommt da gar nix,w enn ich auf idnex gehe, alels weiß. wie mach ich das denn wenn ich die URL meienr seite eingebn,d ass ichd anna uf das design komme und dass die links im linkmenü stehen
Geschrieben von Julia am 21.12.2005 um 14:21:
hab ich jetzt drinnen, aebr trotzdem wird beim öffnen der seite nicht das design angezeigt
Geschrieben von Julia am 21.12.2005 um 20:15:
also da msus es noch irgendeinen Fehler geben.
Geschrieben von Stöppchen am 21.12.2005 um 20:27:
Ich hab mal rumgebastelt und das hier gecodet. Probiers mal:
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:
|
<HTML>
<HEAD>
<TITLE>Julez World</TITLE>
<style type="text/css">
<!--
BODY {
font-family:Verdana,Arial,Helvetica;
font-size:8pt;
text-decoration:none;
background-image:url(http.//julezworld.ju.funpic.de/julez.jpg);
}
-->
</style>
</HEAD>
<div id="Layer1" style="position: absolute; left: 64,196px; top: 145px; right:515,552;">
<iframe src="content.htm" name="frame" width="452" height="355" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 571,196px; top: 145px; right: 767,422">
<iframe src="menue.htm" name="frame" width="195" height="234" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</BODY>
</HTML> |
|
Außerdem musst du den Index, also diesen Code unter
index.html hochladen, dann müsste es gehn.
Geschrieben von Julia am 21.12.2005 um 20:41:
geht trotzdem ent, aht jemand lust sich maldas ganez anzugucken? weiß ent mehr,w ass ich amchen soll...
Geschrieben von Stöppchen am 21.12.2005 um 21:07:
Lad die Indexdatei unter index.html hoch, nicht als index2.html.
Dann müsstes gehen. oO
Geschrieben von Julia am 21.12.2005 um 22:22:
das funktioneirt nicht, AUßerdem dürfte es auch eiegntlich ncihts daran ändern, obe s Index oder Index2 heißt.
Geschrieben von Julia am 22.12.2005 um 16:06:
geht trotzdem ent.... hab jetzt das eingestezt,a ber irgendwie.. kA
Geschrieben von Yanu am 23.12.2005 um 14:02:
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:
|
<html>
<head>
<title>Julez World</title>
</head>
<body>
<style type="text/css"> <!-- BODY { font-family:Verdana,Arial,Helvetica; font-size:8pt; text-decoration:none; background-image:url(http.//julezworld.ju.funpic.de/julez.jpg); } --> </style>
<div id="Layer1" style="position: absolute; left: 64,196px; top: 145px; right:515,552;">
<iframe src="content.htm" name="frame" width="452" height="355" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 571,196px; top: 145px; right: 767,422">
<iframe src="menue.htm" name="frame" width="195" height="234" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|
|
Von mir aus ist der schwer wiegenste Fehler dass der
Body Tag gar nicht erst anfängt
Geschrieben von Julia am 23.12.2005 um 21:16:
funktioneirt trotzdem ent. :-(
Geschrieben von Yanu am 24.12.2005 um 20:08:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
|
<html> <head> <title>Julez World</title>
<style type="text/css">
<!--
body {
font-family:Verdana,Arial,Helvetica;
font-size:8pt; text-decoration:none; background-image:url(http.//julezworld.ju.funpic.de/julez.jpg); } --> </style>
</head> <div id="Layer1" style="position: absolute; left: 64,196px; top: 145px; right:515,552;"> <iframe src="content.htm" name="frame" width="452" height="355" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;> </iframe> </div> <div id="Layer1" style="position: absolute; left: 571,196px; top: 145px; right: 767,422"> <iframe src="menue.htm" name="frame" width="195" height="234" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;> </iframe> </div> </body> </html>
|
|
Probiers mal mit dem
Geschrieben von Julia am 25.12.2005 um 10:24:
geht auch nciht :-(
Also langsam bin ich am verzweifeln
Danke aber für die Bemühungen
Geschrieben von ReiterhofLuckyStar am 25.12.2005 um 10:36:
Ich weis ja nicht, aber bist du sicher, dass das so stimmt?
<div id="Layer1" style="position: absolute; left: 64,196px; top: 145px; right:515,552;">
Habe noch nie gesehen, dass man da Kommas reinbringt ûu
Außerdem fehlt dann bei 'right' das 'px'.
Sue
Geschrieben von Julia am 25.12.2005 um 19:02:
ähm, nee, eigentlich net XD
Forensoftware: Burning Board, entwickelt von WoltLab GmbH