There could also be other problems but the larger image (highlighted):
Code:
<a href="0391abw.jpg" rel="lightbox"><img src="0391abw_small.jpg" width="130" height="86" img border="0" title= "Thames path view to parliament in black and white"></a>
is a 404 Not Found. It should be here:
photoslondon.com/0391abw.jpg
But it's not. There is an image:
photoslondon.com/pl_landmarks/0391abw.jpg
I think that's the one. To have a chance of working the script needs to be able to find the larger image.
So make it:
Code:
<a href="pl_landmarks/0391abw.jpg" rel="lightbox"><img src="0391abw_small.jpg" width="130" height="86" img border="0" title= "Thames path view to parliament in black and white"></a>
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks