Two rotations in the same block?
-
HI!
There is a limit of 16 blocks. This means you have to be smart and combine things.
The following code render two images on the page.
<!-- Ad 1 --> <div class="ad-disclaimer"><img src="001.jpg"></div> <!-- Ad 2 --> <div class="ad-disclaimer"><img src="002.jpg"></div>
The following code render one image on the page and when reloading the page it choose the other one (in theory).
[ADINSERTER ROTATE name="example" share="50"] <div class="ad-disclaimer"><img src="001.jpg"></div> [ADINSERTER ROTATE name="example 2" share="50"] <div class="ad-disclaimer"><img src="002.jpg"></div>
Is there a way combine these two so there will be two images rednered with two different images to choose from in each?
Like the following code ??
Image 1 start [ADINSERTER ROTATE name="example" share="50"] <div class="ad-disclaimer"><img src="001.jpg"></div> [ADINSERTER ROTATE name="example 2" share="50"] <div class="ad-disclaimer"><img src="002.jpg"></div> Image 1 end Image 2 start [ADINSERTER ROTATE name="example 3" share="50"] <div class="ad-disclaimer"><img src="003.jpg"></div> [ADINSERTER ROTATE name="example 4" share="50"] <div class="ad-disclaimer"><img src="004.jpg"></div> Image 2 end
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Two rotations in the same block?’ is closed to new replies.