Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Archive (https://www.gegen-bilderklau.net/board.php?boardid=73)
--- Archiv (https://www.gegen-bilderklau.net/board.php?boardid=62)
---- Alte Tutorials (https://www.gegen-bilderklau.net/board.php?boardid=64)
----- - (https://www.gegen-bilderklau.net/thread.php?threadid=81738)
Geschrieben von Thevan am 15.11.2008 um 17:28:
Müssest du nicht, wenn du eine style css anlegen würdest. Aber mit dem iframe gehts natürlich auch ^_^
Geschrieben von One.of.my.lies am 26.12.2008 um 18:17:
könnte mir hier einer helfen,
dass in diesem code, dass main als div verwendet wird (also unendlich lang werden kann xD)
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:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Stille Nacht ist langweilig</title>
<style type="text/css">
<!--
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
background-image:url("http://guitarflower.gu.ohost.de/stille%20nacht/lay.png");
background-position: top center; background-repeat: no-repeat; background-color:#000000; }
-->
</style>
</head>
<body>
<div style="left: 350px; top: 345px; position: absolute;">
<iframe name="main" src="stille%20nacht" style=""
;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="498"> </iframe></div>
<div style="left: 220px; top: 345px; position: absolute;">
<iframe name="menu" src="stille%20nacht" style=""
;="" align="top right" frameborder="0" height="38"
scrolling="auto" width="105"> </iframe> </div>
</body>
</html> |
|
mit diesem abgeschnittenen
http://guitarflower.gu.ohost.de/stille%20nacht/abgeschnitten.png
ich kriegs irgendwie nciht hin
Geschrieben von One.of.my.lies am 27.12.2008 um 09:39:
huhu danke dir.
aber es ist immer noch kein div, siehe
http://guitarflower.gu.ohost.de/stille%20nacht/coding.html
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:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Stille Nacht ist langweilig</title>
<style type="text/css">
<!--
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
background-image:url("http://guitarflower.gu.ohost.de/stille%20nacht/lay.png");
background-position: top center; background-repeat: no-repeat; background-color:#000000; }
-->
</style>
</head>
<body>
<div style="left: 350px; top: 345px; position: absolute;">
<iframe name="main"
src="http://guitarflower.gu.ohost.de/stille%20nacht/Start.html"
style="" ;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="498"> </iframe></div>
<div style="left: 220px; top: 345px; position: absolute;">
<iframe name="menu"
src="http://guitarflower.gu.ohost.de/stille%20nacht/Navi.html"
style="" ;="" align="top right" frameborder="0"
height="380" scrolling="auto" width="105"> </iframe>
</div>
</body>
</html>
|
|
Geschrieben von One.of.my.lies am 27.12.2008 um 16:35:
muss das jedem frame einzeln zugeordnet werden, oder kann ich das direkt unter <body> machen?
Geschrieben von One.of.my.lies am 27.12.2008 um 16:41:
okay ich machs mal
Edit: wieder versagt oO
http://guitarflower.gu.ohost.de/stille%20nacht/coding.html
hm...
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:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Stille Nacht ist langweilig</title>
<style type="text/css">
<!--
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
background-image:url("http://guitarflower.gu.ohost.de/stille%20nacht/lay.png");
background-position: top center; background-repeat: no-repeat; background-color:#000000; }
-->
</style>
</head>
<body>
<div style="position: absolute; left: 0px; top: 0px;">
<img src="http://guitarflower.gu.ohost.de/stille%20nacht/lay.png"
border="0"></div>
<div style="left: 350px; top: 345px; position: absolute;">
<iframe name="main"
src="http://guitarflower.gu.ohost.de/stille%20nacht/Start.html"
style="" ;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="498"> </iframe></div>
<div style="left: 220px; top: 345px; position: absolute;">
<iframe name="menu"
src="http://guitarflower.gu.ohost.de/stille%20nacht/Navi.html"
style="" ;="" align="top right" frameborder="0"
height="380" scrolling="auto" width="105"> </iframe></div>
</body>
</html>
|
|
Geschrieben von One.of.my.lies am 27.12.2008 um 17:01:
hab jetzt alles neu gemacht, keine leerzeichen etc. und deinen code eingefügt.
http://guitarflower.gu.ohost.de/stillenacht/coding.html
immer noch nicht oO
das abgeschnittene style dings verschwindet immer, sobald ich den code hochladen
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:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Stille Nacht ist langweilig</title>
<style type="text/css">
<!--
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
background-position: top center; background-repeat: no-repeat; background-color:#000000; }
-->
</style>
</head>
<body>
<div style="position: absolute; left: 0px; top: 0px;">
<img src="http://guitarflower.gu.ohost.de/stillenacht/lay.png"
border="0"></div>
<div style="position: absolute; left: 0px; top: 0px;">
<img src="http://guitarflower.gu.ohost.de/stillenacht/lay.png"
border="0"></div>
<div style="left: 350px; top: 345px; position: absolute;">
<iframe name="main"
src="http://guitarflower.gu.ohost.de/stillenacht/Start.html"
style="" ;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="498"> </iframe></div>
<div style="left: 220px; top: 345px; position: absolute;">
<iframe name="menu"
src="http://guitarflower.gu.ohost.de/stillenacht/Navi.html"
style="" ;="" align="top right" frameborder="0"
height="380" scrolling="auto" width="105"> </iframe></div>
</body>
</html>
|
|
so ein problem hat ich noch nie
Geschrieben von One.of.my.lies am 27.12.2008 um 17:43:
ich benutze nvu,
ich probiers jetzt mal über den editor
als anbieter habe ich momentan ohost
edit: geht net -.-
ich lasse es dann einfach...
Geschrieben von PiPeR-GiRl am 10.01.2009 um 18:58:
hey gestern hab ich es versucht und es klappte da habe ich es allerdings ohne menü gemacht nun hab ichs mit gemacht und es klappt net mehr denn es soll sich ja nach unten verlängern aber bei mir erscheinen nur zwei streifebn and der seite und es verlängert sich na da o.O
code:
<html>
<head>
<title>Verkaufsstall Hohenkamp</title>
</head>
<body style="background-image:url(
http://i44.tinypic.com/5o887a.jpg)">
<div style="position: absolute; left: 0px; top: 0px;">
<img src="http://i44.tinypic.com/dvfqxt.jpg" border="0">
</div>
<div style="position: absolute; left:283px; top:242px; width:430px;">
Noch nichst
</div>
<div style="position: absolute; left:50px; top:288px; width:149px;">
hier folg des menü
</div>
</body>
</html>
und so siehts aus:
über hilfe würde ich mir sehr freuen
lg suse
Geschrieben von Jenny am 12.09.2009 um 21:01:
Achtung, HTML-Wiedereinsteiger xD
Wie bekomme ich den Hintergrund rechts einfarbig?
Geschrieben von Perpetual am 10.10.2009 um 12:22:
Sollte so gehen:
code: |
1:
|
<body style="background-color: #000000;"> |
|
Geschrieben von 1Sm!le am 11.10.2009 um 16:12:
Zitat: |
code: |
1:
2:
3:
4:
5:
6:
7:
|
<div align="center">
<div style="position: absolute; left: 158px; top: 95px; width: 644px;">
<font color="#67753E"><align="center">Die Seite befindet sich derzeit im Umbau. Versuche es später noch ein mal.</align></font>
</div>
</div>
|
|
|
Du kannst nicht erst sagen "zentrieren!", dann im zentrierten sagen"bitte exakt an position x,y, egal wo du gerade bist!" und dich dann wundern, weshalb es nicht zentriert ist
Geschrieben von Nami am 31.10.2009 um 22:46:
Wahhh -.-
Wiso klappt das nicht?
Wäre dankbar für Auflösung.
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:
|
<html>
<head>
<title>Bonner Zucht</title>
<link rel="stylesheet" type="text/css" href="css.css">
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
</head>
<body style="background-color: #E5D6A1; background-image: url(stück.png); background-repeat: repeat-y; background-position: left top; margin-left: 7px; margin-top: 10px;">
<div style="background: url(Design.png) no-repeat; position: relative; margin-left: auto; margin-right: auto; width: 1024px; height: 800px; top: 0px;">
<div style="position: absolute; left: 272px; top: 288px; width: 675px;">
<iframe src="http://bonnerzucht.bplaced.net/startseite.html" name="main" frameborder="0" height="517" width="675" allowtransparency="true"></iframe></div>
<div style="position: absolute; left: 87px; top: 105px; width: 257px;">
<iframe src="http://bonnerzucht.bplaced.net/menu.html" name="frame" frameborder="0" height="162" width="257" allowtransparency="true"></iframe>
</div>
<div style="position: absolute; left: 87px; top: 307px; width: 180px;">
BlubbBlubbBlubbBlubb<br>BlubbBlubbBlubbBlubb<br>
</div>
</body>
</html> |
|
Geschrieben von Nami am 02.11.2009 um 13:51:
Das mit den I-Frames klappt xD
Da ich mein "Stück" Stück genannt habe und Bplaced keine Umlaute mag, lags darran -.-
Geschrieben von grace. am 24.02.2010 um 13:06:
Habe ein Problem. Wollte gerne ein Div haben, damit ich diese 'nervigen' Scrollbars nicht mehr habe. Nun habe ich einen Code für mein DivLay bekommen, aber habe trotzdem diese Scrollbars.
Hier wäre meine Seite: http://venice.bplaced.net/
Und hier wäre der Code vom "index.html":
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:
|
<html>
<head>
<TITLE>Trakehnergestüt Venice</TITLE>
</HEAD>
<body style="background-image:url(http://yfrog.com/5ddesignuntenp)">
<img border="0" src="http://i50.tinypic.com/66lp9c.png" scroll="auto" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="900" height="700">
<div id="Layer1" style="position: absolute; left: 100px; top: 280px;">
<iframe src="start.html" name="main" width="480" height="400" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 630px; top: 470px;">
<iframe src="menu.html" name="menu" width="175" height="210" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 630px; top: 300px;">
<iframe src="news.html" name="news" width="175" height="105" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|
|
Bitte bitte um Hilfe !!!
Geschrieben von grace. am 24.02.2010 um 14:15:
[size=11]
Mmhh... ok, die Scrolls sind weg (:
Aber wieso wird jetzt das Menü nicht mehr angezeigt??? Muss ich jetzt, durch den Div-Code, irgendeinen Code auf jeder Seite einfügen?
Hier wäre der Code von menu.html:
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:
|
<html>
<head>
<link href="http://venice.bplaced.net/menu.css" type="text/css" rel="stylesheet">
<title>Trakehnergestüt Venice</title>
</head>
<body>
<b>WILLKOMMEN</b><br>
<a href="http://venice.bplaced.net/start.html" target="main">Startseite</a><br>
<a href="http://venice.bplaced.net/impressum.html" target="main">Impressum</a><br>
<a href="http://venice.bplaced.net/news2.html" target="main">Neuigkeiten</a><br>
<a href="http://venice.bplaced.net/termine.html" target="main">Termine</a><br>
<br>
<b>KONTAKT</b><br>
<a href="http://venice.bplaced.net/gb.php" target="main">Gästebuch</a><br>
<a href="http://venice.bplaced.net/links.html" target="main">Links</a><br>
<br>
<b>GESTÜT</b><br>
<a href="http://venice.bplaced.net/gestuet.html" target="main">Impressionen</a><br>
<a href="http://venice.bplaced.net/zuchtangebot.html" target="main">Zuchtangebot</a><br>
<a href="http://venice.bplaced.net/dressurstall.html" target="main">Dressurstall</a><br>
<br>
<b>INFORMATIONEN</b><br>
<a href="http://venice.bplaced.net/bedingungen.html" target="main">Geschäftsbedingungen</a><br>
<a href="http://venice.bplaced.net/dienstleistungen.html" target="main">Dienstleistungen</a><br>
<a href="http://venice.bplaced.net/bestellung.html" target="main">Samenbestellung</a><br>
<a href="http://venice.bplaced.net/virtuell.html" target="main">virtuelle Daten</a><br>
<br>
<b>PFERDE</b><br>
<a href="http://venice.bplaced.net/hengste.html" target="main">Hengste</a><br>
<a href="http://venice.bplaced.net/stuten.html" target="main">Stuten</a><br>
<a href="http://venice.bplaced.net/aufzucht.html" target="main">Aufzucht</a><br>
<a href="http://venice.bplaced.net/verkauf.html" target="main">Verkauf</a>
</body>
</html>
|
|
Geschrieben von grace. am 24.02.2010 um 14:28:
Ahhhhh, ok (:
Also muss ich quasi immer diesen, ich nenne ihn mal, Anfangscode mit einfügen?
Klappt (:
Jetzt wird aber das Design nach unten hin nicht weiter geführt
http://venice.bplaced.net/
Mmhh...
Geschrieben von Melli am 24.02.2010 um 15:26:
Nicht vergessen einzufügen. ;D
Geschrieben von grace. am 24.02.2010 um 19:44:
Jetzt sieht es ganz komisch aus ): Ach man...
www.venice.bplaced.net
Die Sache mit dem Css.Style bleibt aber gleich oder? Weil der deswegen nämlich auch voll die Zicken macht. Zeigt ne ganz andere Schriftart an, als ich vorgegeben hatte *-*
Geschrieben von Jasmina am 25.05.2010 um 14:03:
Hab auch eine Frage dazu. Also mit dem Coden gabs keinerlei Probleme, es ist alles so, wie es sein sollte laut diesem TUT. Meine Frage wäre jetzt, was man machen muss, um einen Footer unten einbauen zu können?
Also nach einem Div einen Abschluss hincoden. Dachte, das passt gut hierhin. Wäre froh, wenn mir jemand diese Frage beantworten könnte.
Oder braucht man dafür einen anderen Code?
Geschrieben von kirou am 21.09.2010 um 17:13:
Zitat: |
Original von Chiara-Maria
Hab auch eine Frage dazu. Also mit dem Coden gabs keinerlei Probleme, es ist alles so, wie es sein sollte laut diesem TUT. Meine Frage wäre jetzt, was man machen muss, um einen Footer unten einbauen zu können?
Also nach einem Div einen Abschluss hincoden. Dachte, das passt gut hierhin. Wäre froh, wenn mir jemand diese Frage beantworten könnte.
Oder braucht man dafür einen anderen Code? |
Würde ich auch gern wissen
Forensoftware: Burning Board, entwickelt von WoltLab GmbH