Question: How do I add an iframe to an external site? Answer:
1. An iFrame is used to link to an external site from inside an article. This allows the side navigation menu to be displayed as well as external site.
2. To add an IFrame follow the steps below:
3. Open Article
4. Click the view html button
5. Add the code below:
<IFRAME src="" width="100%" height=430></IFRAME>
6. Add the requested page to the src="". For example if you wanted to link to Google the code would look like