AW: Spezielles Fotoalbum für die eigene Website gesucht...
Hmm.. wäre ein gutes Argument. Kann es sein, dass ich einen Befehl an den falschen Platz platziert habe?
Hier nochmals den unveränderten Quellcode mit den Korrekturen. Ich werde diesen Code gleich nochmals etwas übersichtlicher darstellen und dann hier nochmals hineinstellen. Ich weiss, dass irgendwo ein kleiner Fehler ist - und das ist ja genau das Ärgerliche daran: kleiner Fehler, grosse Wirkung.
unveränderter Code:
EDIT: Hier der etwas übersichtlichere Code:
Kann es sein, dass "<!-- Lightbox START -->" am falschen Platz ist? Müsste es nicht vor "<td style="width: 81px;">" kommen?
Hmm.. wäre ein gutes Argument. Kann es sein, dass ich einen Befehl an den falschen Platz platziert habe?
Hier nochmals den unveränderten Quellcode mit den Korrekturen. Ich werde diesen Code gleich nochmals etwas übersichtlicher darstellen und dann hier nochmals hineinstellen. Ich weiss, dass irgendwo ein kleiner Fehler ist - und das ist ja genau das Ärgerliche daran: kleiner Fehler, grosse Wirkung.
unveränderter Code:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html><head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type"><title>index</title>
<script type="text/javascript" src="js/prototype.js"></script><script
type="text/javascript"
src="js/scriptaculous.js?load=effects,builder"></script><script
type="text/javascript" src="js/lightbox.js"></script><link
rel="stylesheet" href="css/lightbox.css" type="text/css"
media="screen"><link rel="stylesheet"
href="library/svigm.css" type="text/css"></head><body><table
style="text-align: left; width: 680px;" border="0"
cellpadding="2" cellspacing="2"><tbody><tr>
<td style="width: 81px;"><!--Lightbox START--><a
href="IMGP1328.jpg"><img
style="border: 0px solid ; width: 217px; height: 163px;" alt="a"
src="IMGP1328.jpg" rel="lightbox" title="my caption">image
#1</a>
</td><td style="width: 15px;"><a
href="IMGP1346.jpg"><img
style="border: 0px solid ; width: 217px; height: 163px;" alt="b"
src="IMGP1346.jpg" rel="lightbox" title="my caption">image
#2</a>
</td><td style="width: 420px;"><a
href="IMGP1373.jpg"><img
style="border: 0px solid ; width: 217px; height: 163px;" alt="c"
src="IMGP1373.jpg" rel="lightbox" title="my caption">image
#3</a>
</td><!-- Lightbox END --></tr></tbody></table></body></html>
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>index</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen">
<link rel="stylesheet" href="library/svigm.css" type="text/css">
</head>
<body>
<table style="text-align: left; width: 680px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 81px;">
<!--Lightbox START-->
<a href="IMGP1328.jpg">
<img style="border: 0px solid ; width: 217px; height: 163px;" alt="a"
src="IMGP1328.jpg" rel="lightbox" title="my caption">image #1</a>
</td>
<td style="width: 15px;">
<a href="IMGP1346.jpg">
<img style="border: 0px solid ; width: 217px; height: 163px;" alt="b"
src="IMGP1346.jpg" rel="lightbox" title="my caption">image #2</a>
</td>
<td style="width: 420px;">
<a href="IMGP1373.jpg">
<img style="border: 0px solid ; width: 217px; height: 163px;" alt="c"
src="IMGP1373.jpg" rel="lightbox" title="my caption">image #3</a>
</td>
<!-- Lightbox END -->
</tr>
</tbody>
</table>
</body>
</html>
Zuletzt bearbeitet: