Thanks for the reply.
I checked out v2.04a and to be honest it looks identical and does the same as v2.03a. Can you enlighten me with the advantages or reasons to change?? please excuse my ignorance as i am just a beginner.
also i have got on well with the other coding, but it doesnt open the images with the light box affect, its opening them in a new page which is pretty annoying. here is what i have in my html tab, please note this is an experiment page just to try get this to work, i have done different things for some pics to get it to work, tried different options, you will see what i mean. but if you can spot why or no why its not working properly, i would love it if you could point me in the right direction
thanks a million
steviebob
Code:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Thumbnail</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" type="text/css" href="lightbox2.03a/css/lightbox.css">
</head>
<body>
<p align="center">
<a href="lightbox2.03a/images/Picture or Video 205.jpg" rel="lightbox[picture]"> <img border="0" src="Thumbnail%201_small.jpg" width="100" height="130" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 1.jpg"></a>
<a href="lightbox2.03a/images/Picture or Video 194.jpg" rel="lightbox[picture]"> <img border="0" src="Thumbnail%202_small.jpg" width="100" height="122" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 2.jpg"></a>
<a href="lightbox2.03a/images/Picture or Video 874.jpg" rel="lightbox[picture]"> <img border="0" src="Thumbnail%203_small.jpg" width="100" height="147" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 3.jpg"></a>
<a id="lightbox" target="_parent" href="lightbox2.03a/images/Picture%20or%20Video%20205.jpg" rel="lightbox">
<img border="0" src="Thumbnail%201_small.jpg" width="100" height="130" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 1.jpg" align="left"></a></p>
<p align="center">
<a target="_self" href="lightbox2.03a/images/Picture%20or%20Video%20194.jpg" rel="lightbox"> <img border="0" src="Thumbnail%202_small.jpg" width="100" height="122" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 2.jpg"></a></p>
<p>
<a id="lightbox" href="lightbox2.03a/images/Picture%20or%20Video%20874.jpg" rel="lightbox"> <img border="0" src="Thumbnail%203_small.jpg" width="100" height="147" xthumbnail-orig-image="lightbox2.03a/images/Thumbnail 3.jpg"></a></p>
</body>
</html>
p.s im using frontpage
Bookmarks