After setting up my GTM account and creating containers, tags, etc., I encountered an issue. Even after publishing my container and creating a version, when I checked my website, all the code was hidden within a div tag with display none and visibility hidden styles:
<div style="display: none; visibility: hidden;">
<script>$(window).load(function(){alert("window is loaded")});</script>
</div>
Do you have any suggestions on how to resolve this problem?