shawnhy Hi
This 'inline' popup is ideal for a page with long content, in case that you don't want to show the entirely content below, I just added another div tag with class hideContent
to hide them
.hideContent {display: none;}
You can now remove the <p> tags as well.
Let me know if it works.