Plugin IFRAME
Use this wiki plugin to include the body of another web page in a wiki page, in an HTML IFRAME tag, client-side.
Parameters
Tiki Doc From Code error: iframe not found
Example
This code,
Copy to clipboard
{IFRAME(height="500" width="600" scrolling="auto")}tiki-print.php?page=Documentation{IFRAME}
Would produce on this site:
Tip
To have scrolling only on the left, set the scrolling parameter to "auto" and set css to be:
iframe body {overflow-x: hidden;}