- 1). Click "Start," type "Notepad" and click the application link. Press "Ctrl"+"O," then locate and open your HTML page.
- 2). Browse to the section in your HTML page where you want the external page information to be sent.
- 3). Type the following code, replacing "example.html" with the URL and page name of the file you want to include:
<iframe src="example.html"></iframe> - 4). Adjust the "width" and "height" as per your specification. Use either percentages, as given as an example, or remove the "%" to define in pixels.
previous post
next post