Hello , We have a sliding banners on home page, which we would like to display a RTP In Zone in one of the banner through web campaign. Enclosed the HTML Code for reference. Kindly go through the code and advise how to place RTP Banner <div class="wrapper"> <div class="slide active" data-bannerposition="2"> <div class="promo-container"> <div class="promo-text"> <h3>Heading</h3> <p>Description</p> <div class="promo-text-cta"> <a href="#" target="_self">Learn More</a> </div> </div> </div> <div class="promo-text-bg"></div> /*Banner image display here*/ <div class="bg_image" style="background-image: url(#)"></div> </div> <div class="slide active" data-bannerposition="3"> <div class="promo-container"> <div class="promo-text"> <h3>Heading</h3> <p>Description</p> <div class="promo-text-cta"> <a href="#" target="_self">Learn More</a> </div> </div> </div> <div class="promo-text-bg"></div> / *Banner image display here*/ <div class="bg_image" style="background-image: url(#)"></div> </div> </div> Regards, Satish
... View more