Created
May 20, 2015 22:36
-
-
Save singerxt/4b94133ea26c17cb3620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* USE CASE WHEN WE HAVE 2 ADS IN ONE PAGE */ | |
<div class="ad1"> | |
<form data-dw="300" data-dh="90" data-dslid="300x60_1" data-tw="300" data-th="60" data-tslid="300x60_1" | |
data-mw="300" data-mh="60" data-nslid="300x600_1"></form> | |
</div> | |
<div class="ad2"> | |
<form data-dw="790" data-dh="90" data-dslid="790x90_1" data-tw="790" data-th="90" data-tslid="790x90_1" | |
data-mw="300" data-mh="60" data-nslid="300x60_2"></form> //important see 300x60_2 (_2 is ad position and is another the for other breakpoints) | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment