HTML lightbox problem?

Sambo

New member
I want to have a lightbox system that when I click individual place an image comes up in a lightbox. I get the dark background but no image?

<body>
<center><img src="images/xmas.png" alt="VC Photography" width="1038" height="893" border="0" usemap="#Map" /></a>
<map name="Map" id="Map"><area shape="rect" coords="491,576,962,716" href="images/promo.pdf" />
<area shape="rect" coords="282,830,560,879" href="http://www.vcphotography.co.uk" />
<area shape="rect" coords="905,13,937,53" href="#" />
<area shape="rect" coords="865,10,901,50" href="#" />
<area shape="rect" coords="828,9,862,51" href="#" />
**<area shape="circle" coords="693,470,10" href="<a href="images/2.jpg" rel="lightbox[portfolio]"></a>" />**
</map>

** ** in between these markers is the code i think my be the problem.
 
Back
Top