Jump to content

nguyennc

Approved members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nguyennc

  1. Open your zone and switch to Advanced tab, you will see this section " Append and prepend settings" and put your custom code to show up your brand logo here at " Always append the following HTML code to banners displayed by this zone" Example code: <style> .xtv-btn {position: absolute;top: 0px;right: 0px;height:17px;overflow:hidden;} .xtv-btn .icon {background: url(//exampledomain.com/www/normal.png) no-repeat top center;display: block;width: 35px !important;height: 17px !important;z-index: 999;float:right !important;font-size:0px;font-family:Arial;line-height:17px;text-align:center;} .xtv-btn:hover .icon {background:url(//exampledomain.com/hover.png) no-repeat top center;width:160px !important;font-size:11px;color:#000;} </style> <a class="xtv-btn" href="//exampledomain.com" target="_blank"> <span class="icon">some sort of text</span> </a>
  2. 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.
×
×
  • Create New...