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] gequetschte Bilder bei Diashow (https://www.gegen-bilderklau.net/thread.php?threadid=46190)
Zitat: |
<html> <head> <title>Natural Horsemanship Kurs Kaltenleutgeben</title> <script language="JavaScript"> var aktpos=1; var anzahl=29; function wechsel(richtung) { if (aktpos+richtung>=1 && aktpos+richtung<=anzahl) aktpos+=richtung; document.images[0].src= "pferde/nht"+aktpos+".jpg"; } </script> </head> <body bgcolor="#5A5A5A" link="#C0C0C0" vlink="#C0C0C0" alink="#C0C0C0" text="#C0C0C0" topmargin="0" leftmargin="0"> <p align="center"> </p> <p align="center"> <img src="pferde/nht1.jpg" width="500" height="375"></p> <p align="center"> <a href="#" onClick="wechsel(-1)"> zurück</a> <a href="#" onClick="wechsel(1)"> vor</a> </p> </body> </html> |