Hello everyone,
I use Power Pages to develop websites but I mostly write my own codes. I noticed that sometimes an empty container is added to the end of html code. Even if I delete it, it will be added back again sometime later. On the website, it will look like an empty space at the bottom of the page.
I'm developing two sites and this happened on both sites, however only on some pages.
Has anyone ever noticed this? What causes this and how can I stop it?
Thank you
PS This is the code. After a few attempts of deleting it, I found out that if I let it stay there and just set the display to "none", then the problem will be solved. Still I would like to know why it kept getting added to my code.
<div class="row sectionBlockLayout text-start" style="display: none; flex-wrap: wrap; margin: 0px; min-height: auto; padding: 8px;">
<div class="container" style="padding: 0px; display: flex; flex-wrap: wrap;"><div class="col-lg-12 columnBlockLayout" style="flex-grow: 1; display: flex; flex-direction: column; min-width: 250px;"></div></div>
</div>