HTL BID Version 1 has a problem with the following HTML
<div class="htl-ad htlad-leaderboard"></div>
Because HTLBID uses class="htl-ad"
internally, there can be problems if publishers also use the same class name directly on their webpages. Most commonly, this results in double-rendering of ads, or ads having the wrong sizes.
To avoid this problem
- Upgrade to v2.0 or higher
- Do not use
class="htl-ad"
in your code (this class is reserved)
Publishers using the latest version of HTL BID can ignore this page (version 2.0 and newer)