Afternoon all. 
I want to add a gallery to a website and thought about using lightbox. It looked quite straight forward for the amateur person so I'm having a go.
This is the current code I have for the image.
When I click on the image, I get a page showing 'The requested URL /images/SDC12002.jpg was not found on this server.'
I do have the images uploded to the server and also the Lighbox CSS file.
What am I doing wrong guys?
Any help would be appreciated as I am a little new to all this.

I want to add a gallery to a website and thought about using lightbox. It looked quite straight forward for the amateur person so I'm having a go.
This is the current code I have for the image.
Code:
<a href="images/SDC12002.jpg" rel="lightbox" title="my caption"> <img src="Gallery Pics/SDC12002.jpg" rel="lightbox" alt="" width="167" height="146" /></a>
When I click on the image, I get a page showing 'The requested URL /images/SDC12002.jpg was not found on this server.'
I do have the images uploded to the server and also the Lighbox CSS file.
What am I doing wrong guys?
Any help would be appreciated as I am a little new to all this.