Quote Originally Posted by Gypsyjoe View Post
My question is it possible to place a web page within a web page using a placeholder instead of the widget that Xara provides?
Joe,

The code is simple:
Code:
<iframe name="frameName" src="URL" width=100% height=100%>Change your browser</iframe>
URL is the full URI path unless you are able to use relative addressing.
frameName is any meaningful descriptor and is used to control the iframe contents or style remotely.
No one normally gets to see the text between the iframe start and end tags.

Acorn