How to add an inline document
The page will be in VISUAL TAB
Add document to Media library and add to the page.
Switch to TEXT TAB and you should see your document added to the page
<a href=”https://www.stleonardsprimary.org.uk/wp-content/uploads/2022/09/History-Curriculum-Narrative.pdf“>History Curriculum Narrative</a>
The Blue text above is the link to the PDF in the Media Library
Add the following IFRAME code above the text document code
<iframe height=”900px” src=”” width=”100%”></iframe>
It should look like this
<iframe height=”900px” src=”https://www.stleonardsprimary.org.uk/wp-content/uploads/2022/09/History-Curriculum-Narrative.pdf” width=”100%”></iframe>
<a href=”https://www.stleonardsprimary.org.uk/wp-content/uploads/2022/09/History-Curriculum-Narrative.pdf“>History Curriculum Narrative</a>
SWITCH BACK TO VISUAL TAB AND PUBLISH