2

Adblock is blocking the images on the sponsors-page of our students-festival. I already looked into StackOverflow: How to stop AdBlock plus blocking images in HTML page but renaming my images won't work for me, here's the HTML structure, maybe it has to do something with that?

<div id="sponsor-wrap">
    <h1>Sponsors</h1>                   
    <div class="sponsor-logo">
        <a href="http://www.21erhaus.at/" target="_blank">
            <img src="assets/img/21erHaus.jpg" alt="21er Haus" title="21er Haus">
        </a>
    </div>
    x20
</div>

Is there any resource about rules for preventing AdBlock blocking?

Community
  • 1
  • 1
Frau Wolf
  • 135
  • 6

1 Answers1

2

Your problem is the sponsor-logo class, which is inside a rule in easylist list.

Siderite Zackwehdex
  • 6,293
  • 3
  • 30
  • 46