Chris3842 Posted March 7, 2017 Report Posted March 7, 2017 Hello. Is there a way to display an Html 5 banner on Revive 3 ? Thank you Quote
nguyennc Posted March 15, 2017 Report Posted March 15, 2017 Use iframe to load your html file, example: <div style="position: relative;"> <a target="_blank" href="http://exampledomain.com/" style="position:absolute; top:0; left:0; display:inline-block; width:300px; height:250px; z-index:10;"> </a> <iframe src="https://exampledomain.vn/www/html5/garena/3.gif" width="300" height="250" frameborder="0" scrolling="No"></iframe> </div> With this, you can tracking your html5 ads too. P/S: width, height must fix your zone size. Quote
andrewatfornax Posted March 18, 2017 Report Posted March 18, 2017 You could simply put your HTML 5 banner code into an HTML banner? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.