Forum Moderators: not2easy
I'd like to place affiliate links in a <div> that is only visible when a graphic is not shown.
Psuedo:
<div>
<script>
LoadAd();
</script>
</div>
<div>
Text description and affiliate redirect link
</div>
I need the 2nd <div> to be under the 1st one and to only show up when the ad is blocked. How do I accomplish this?
make sure that the top one hasn't got a background-color though, or that will cover it up.