Hi there dickbrom,
and a warm welcome to these forums. ;
Try it like this...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>INDEX.HTML</title>
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="lightbox.js"></script>
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen">
<style type="text/css">
#img1 {
width:72px;
height:55px;
padding:5px;
border:3px double #999;
margin-left:20px;
}
</style>
</head>
<body>
<p>
<a href="images/image-1.jpg" rel="lightbox" title="Green Plant Screentip">A Green Plant</a>
</p>
<p>
click the picture
<a href="images/image-1.jpg" rel="lightbox" title="Green Plant Screentip">
<img id="img1" src="images/image-1.jpg" alt="">
</a>
</p>
</body>
</html>
coothead
Bookmarks