Below is the code snippet that I have implemented:
<section id="dg-container" class="dg-container">
<div class="dg-wrapper">
<a href="#" class="js__p_start"><img src="images/1.jpg" alt="image01"></a>
<a href="#"><img src="images/2.jpg" alt="image02"></a>
<section>
<div class="p_body js__p_body js__fadeout"></div>
<div class="popup js__popup js__slide_top"> <a href="#" class="p_close js__p_close" title="Close"></a>
<div class="p_content">jQueryScript.Net Demo<br>
<a href="http://www.jqueryscript.net/lightbox/Simple-jQuery-Plugin-for-Popup-Window.html">Download This Plugin</a></div>
</div>
However, I encountered difficulty in combining both elements. Can someone please assist me?