/ Published in: HTML
Third step of the installation.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!--lightbox:start--> <!--Add on the footer of your page (Before the </body> tag) --> <div id="ContentLightbox" class="ContentLightbox"> <div class="ContentLightboxTitle"> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td> <div id="titleLightbox"> </div> </td> <td align="right"> <div id="LightboxCloseButton" class="ContentLightboxCloseButton" style="display:none; float:right;"> <a href="javascript:CloseLightbox();"> <img src="Images/BtClose.png" onmouseover="this.src='Images/BtCloseOver.png'"onmouseout="this.src='Images/BtClose.png'"> </a> </div> </td> </tr> </table> </div> <div id="bodyLightbox" class="ContentLightboxBody"> <div id="wrapperLightbox" class="ContentLightboxWrapper"> </div> </div> </div> <!--lightbox:end-->
URL: http://www.digitalwks.com/blogs/diogo-raminhos/simple-skinnable-jquery-lightbox