Hi Phil,
Sorry... I did an incomplete copy and paste. I had the complete code.
I found where I was going wrong which after a nights sleep I said "DUH"
The URL already had ?code=5267 on the end of the URL so I had to add a
& before the lightbox code.
So
Quote:
<a href="http://www.iframeurl.php?code=5257>Original URL</a>
|
Became
Quote:
<a href="www.iframeurl.php?code=5257&?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>
|
Thanks Phil!!
Paul