How do I embed an html page?

liunx

Guest
I want to embed an html page with a normal scroller, so it scrolls just like a normal page, but only in one part of the whole page. Could someone lead me in the right direction? Also, is there a way to link to the embedded space from the normal page, so another html file loads in the embedded space?<br />
<br />
Help is much appreciated.<!--content-->I think you are looking for the <iframe> element (though you can also use <object>) - see this page (<!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/html40/special/iframe.html">http://www.htmlhelp.com/reference/html4 ... frame.html</a><!-- m -->) or the specification (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME">http://www.w3.org/TR/html401/present/fr ... def-IFRAME</a><!-- m -->).<br />
<br />
Adam<!--content-->Thank you.<!--content-->
 
Back
Top