08-19-2010, 06:13 PM
I am trying to make a template in a plug in that will cause a lightbox to open when the resulting inserted image is clicked on:
PHP Code:
|
however, this is not working for me. When I inspect element using firebug then I get this:
Code:
|
It should be
Code:
|
How should I order the input in the php to make the lightbox code show correctly? At the moment when I click on the image it just opens in a new window, rather than in a lightbox.