zpaolo70 Posted February 22, 2016 Report Posted February 22, 2016 You can place a logo branding, so that the banner on various sites appear the logo of those who run the ad server?sorry for my english, I'm Italian. If it is not understood my question, ask me about.I have included two sample images.Paolo Z. Quote
Ian Posted February 23, 2016 Report Posted February 23, 2016 You would have to do that with custom javascript. Quote
zpaolo70 Posted February 23, 2016 Author Report Posted February 23, 2016 and without a custom javascript? Quote
Mamishka Posted July 8, 2016 Report Posted July 8, 2016 On 2/23/2016 at 10:10 PM, Ian van Marwijk said: You cannot Dear Ian, Can you please describe how we can do this and introduce more information for adding information button on Banners. Quote
nguyennc Posted March 15, 2017 Report Posted March 15, 2017 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> Quote
Display Name Posted March 17, 2017 Report Posted March 17, 2017 Can you explain what do you mean with? 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.