Apologies if I'm making mistakes, I'm just starting out with coding and navigating this website.
So here's the deal:
I am trying to add advertisements to my website on the left and right sides of the centered "Logo" at the top. The issue is that the Header Logo functions as a link for the entire line within the text size, making it impossible to implement or click on the ads.
Here is the header line:
<div class="container">
<a href="/index.html" style="text-decoration: none"><div style="font-family: Conv_5STAR_League; font-size:20px"><h1
align="center"><span style="color:gold">LoL</span><span
style="color:white">Chromas</span></h1></div></a>
<div style="text-align: center"><img src="./Aatrox Chromas_files/SYozsnx.png" alt="Aatrox"; style= "width= 150"></div>
<h1 class="strokeme" style="text-align: center; font-family: Conv_5STAR_League;color: white">Aatrox</h1>
I would greatly appreciate any assistance on this matter, even if it's a beginner mistake. I'm still learning and haven't been able to find a solution online.
Thank you all and warm regards!