Page content moves the menu and footer to the top of the page

Have a look at this album:
https://www.donaldburghardt.photography/2019/galleries/daily-report/

The top two rows are moved up. On the rest of my site the top one is the footer and the menu is below the banner. When I remove the page content both return to their normal positions. When I place the page content back both move up again.

What is happening here?

Are you writing your page content using html?

Is so, check for unclosed div or p tags.

thee is a little simple HTML in there like “
” and image tags. That’s it.

There are a few errors in there.
In at least two places, I see <b> tags (bold) closed by <br> tags (line breaks).
I think you need to close that b tag before the p tag closes. That may be causing the placement problem.

Hi Rod,

Don’t know where that < p > came from but it was not in my code…
On the other hand I closed the bold command behind the mail address and that solver the problem.
Thanks. Sometimes you overlook the tiniest things.

The Markdown engine may have added the paragraph tags. You need them anyway when writing with html.