1) Script Title: Lightbox 2.03
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem:
It really isn't a problem but its more of a help...
I have a site which has videos...
I wanted to try doing this:
Using the lightbox to bring up the video player and then underneath that have the comments...
But when I put this into the file...
iT doesn't show it in the lightbox, it shows it on the page...PHP Code:<a href="Videos/images/banner.png" rel="lightbox" title=".:: Welcome to Pureadd ::.<br>We update this video every time we have a weekly upload to show you what we're working on. We hope you enjoy the features coming up...<?php include('Comments/Videos/1/1.php'); ?>">.:: Welcome to Pureadd ::.</a>
here is the contents of included file
and heres the contents of comments.phpHTML Code:<html> <head> </head> <body> <div class="comments"> <table> <?php include("comments.php"); ?> </table> </div> </body> </html>
Thanks for helpingPHP Code:<tr>
<td>Says:</td><td>I look forward to seeing these new updates...</td><td>Time</td>
</tr>


Reply With Quote
Bookmarks