I have a custom module in Position-1 with 4 images, each with a link to an external website. The first 2 links are functioning correct but the next 2 links don't work on the front-end. Is there a reason why? Code here after:
<table style="width: 800px;"> <tbody> <tr> <td><a href="https://mijnbeheer.sportateam.be/competities/publiek/schema/comp_5?organisation=1669&team=2105&division=&dateless=0&dateless=1" target="blank" rel="noopener"><img src="images/modules/kal-h3.jpg" alt="kal h3" width="100" height="100" /></a></td> <td><a href="https://mijnbeheer.sportateam.be/competities/publiek/rangschikking/comp_5#division288" target="blank" rel="noopener"><img src="images/modules/klas-h3.jpg" alt="klas h3" width="100" height="100" /></a></td> <td><a href="https://mijnbeheer.sportateam.be/competities/publiek/schema/comp_5?organisation=1669&team=2104&division=&dateless=0&dateless=1" target="blank" rel="noopener"><img src="images/modules/kal-d5.jpg" alt="kal d5" width="100" height="100" /></a></td> <td><a href="https://mijnbeheer.sportateam.be/competities/publiek/rangschikking/comp_5#division283" target="blank" rel="noopener"><img src="images/modules/klas-d5.jpg" alt="klas d5" width="100" height="100" /></a></td> </tr> </tbody> </table>
I've solved this problem. I was too fast and postion-2, -3 and -4 were still active. Once template layout was changed correct, everything works fine.