Here is a snippet of my code:
<style type="text/css">
.containerdiv { position:relative;width:100%;display:inline-block;}
.image1 { position: absolute; top: 20px; left: 10px; }
</style>
<div class="containerdiv">
<image src="https://media.gettyimages.com/photos/perfect-wood-planks-background-picture-id523584249?b=1&k=6&m=523584249&s=612x612&w=0&h=LJ8b5cbwCLJU7iZAPSbm5skekvf_Vy7RZbgACH6Ze8g=" style="border:none;position:absolute;width:612px;height:612px;"></iframe>
<img class="image1" border="0" src="http://2.bp.blogspot.com/-_RSqh-pRVbE/VYkvXSK0f3I/AAAAAAAAAIQ/efZ1rnXb-_g/s320/manchester-united-fc.png" alt="" width="350px" height="318px">
<!-- Need help adding close button -->
</div>
I'm looking for assistance in integrating a simple 'x' close button next to the soccer club image that, when clicked, will make the image disappear. Thank you!