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] Was ist falsch am Steckicode? (https://www.gegen-bilderklau.net/thread.php?threadid=107698)


Geschrieben von **Christine** am 23.05.2007 um 16:38:

  Was ist falsch am Steckicode?

So hab mal gecodet. was ist hier falsch?

<HTML>
<HEAD>
<META NAME="Sally" CONTENT="Jasmin">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 7">
<TITLE>Sally</TITLE>
</HEAD>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<IMG NAME="design0" SRC="http://cheva.ch.funpic.de/Stecki1.jpg" WIDTH="1024" HEIGHT="768" BORDER="0" USEMAP="#design">

<div id="Layer1" style="position: absolute; left:228px; top: 203px;">
<iframe src="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.h
tml" name="main" width="300" height="700" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<p align="center">

<map name="Sally">
<area shape=rect (rect,circle,polygon) coords="141,117,141,117" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.
html target=main">
<area shape=rect (rect,circle,polygon) coords="125,92,733,92" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_koennen.html
target=main">
<area shape=rect (rect,circle,polygon) coords="196,107,884,107" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_charakter.ht
ml target=main">
<area shape=rect (rect,circle,polygon) coords="149,103,150,103" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_hsundta.html
target=main">
<area shape=rect (rect,circle,polygon) coords="122,115,121,115" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_zucht.html target=main">
<area shape=rect (rect,circle,polygon) coords="169,111,168,111" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_fotoalbum.ht
ml target=main">
<area shape=rect (rect,circle,polygon) coords="139,102,139,102" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_rechtliches.
html target=main">

</map>
<img src="http://cheva.ch.funpic.de/Stecki1.jpg" usemap="#Sally" border=0>


</BODY>
</HTML>


Und die Links funktionieren nicht auf der Seite.



Geschrieben von Maina am 23.05.2007 um 16:41:

 

Kannst du mir mal den Stecki 'live' zeigen?



Geschrieben von **Christine** am 23.05.2007 um 17:02:

 

Klar. Hier:

http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally.html



Geschrieben von Carina am 23.05.2007 um 17:17:

 

kann es sein, dass da
href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.

html target=main">

ein <A ..... </A> fehlt?



Geschrieben von **Christine** am 23.05.2007 um 17:45:

 

ne das geht. Aber die Links gehen nicht.



Geschrieben von Maina am 23.05.2007 um 17:52:

 

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
<area shape=rect coords="141,117,141,117" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.html" target=main">
<area shape=rect coords="125,92,733,92" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_koennen.html" target=main">
<area shape=rect coords="196,107,884,107" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_charakter.html" target=main">
<area shape=rect (rect,circle,polygon) coords="149,103,150,103" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_hsundta.html" target=main">
<area shape=rect coords="122,115,121,115" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_zucht.html" target=main">
<area shape=rect coords="169,111,168,111" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_fotoalbum.ht
ml" target=main">
<area shape=rect coords="139,102,139,102" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_rechtliches.
html" target=main">


Nimm mal das.



Geschrieben von **Christine** am 23.05.2007 um 18:32:

 

geht immer noch nicht.



Geschrieben von Horse Love am 23.05.2007 um 18:39:

 

Also bei mir gehts. Hab auch keinen Fehler gefunden in deinem Code.



Geschrieben von **Christine** am 23.05.2007 um 18:49:

 

zeigt der auch andere Seiten an wenn man auf so ein Bildchen klickt? bi mir nicht. unglücklich



Geschrieben von Maina am 23.05.2007 um 19:57:

 

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:
<HTML>
<HEAD>
<META NAME="Sally" CONTENT="Jasmin">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 7">
<TITLE>Sally</TITLE>
</HEAD>
<body text="#000000" bgcolor="#FFFFFF" link="#000000" alink="#000000" vlink="#000000">
<div id="Layer1" style="position: absolute;  left: 98px; top: 87px;">
  <iframe src="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.html" name="main" width="555" height="508" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<map name="Sally">

<area shape="rect" coords="697,54,820,154" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_allgemeines.html" target="main">

<area shape="rect" coords="830,49,999,147" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_charakter.ht
ml" target="main">

<area shape="rect" coords="700,156,792,444" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_koennen.html" target="main">

<area shape="rect" coords="809,154,961,249" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_hsundta.html" target="main">

<area shape="rect" coords="703,255,805,395" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_zucht.html" target="main">

<area shape="rect" coords="861,253,981,361" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_fotoalbum.html" target="main">

<area shape="rect" coords="790,366,910,464" href="http://cheva.ch.funpic.de/VRH/Pferdedateien/Stuten/Sally_rechtliches.html" target="main">

</map>
<img src="design0.jpg" usemap="#Sally" border=0>


</body>
</html>


Habs dir mal neu gecodet, vielleicht passen aber die Dateipfade nicht ganz...

Wenns mit dem nich geht, weiß ich auch nichmehr weiter.



Geschrieben von **Christine** am 23.05.2007 um 20:21:

 

geht nicht. hab jetzt auch nen anderen Stecki. trotzdem danke für euer Hilfe.


Forensoftware: Burning Board, entwickelt von WoltLab GmbH