| 1. Go to the page where you want the embeded page to be placed and click inside a zone. 3. Click Modules and HTML.
4. Copy the code below and paste it into the HTML Dialog box.
<IFRAME SRC = "the url address of the page you want to embed" WIDTH="350px" HEIGHT="700px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
5. Replace "url address of the page you want to embed" with the actual address of the page you want to embed. 6. Change the width and height "Width 300 and Height 200" to accommodate the area of the embeded page you want to show on your page. 7. The rest is self-explanatory. 8. Click OK and fiddle with the boundary boxes of the HTML item to get the item aligned the way you want it. 8. Enjoy! | |