>>>>> "ndowney" == ndowney <ndowney at silverstorm-ireland.net> writes:
ndowney> Hi All,
ndowney> I want to be able to embed one html document in
ndowney> another. I also want the embeded html to appear in a box
ndowney> of fixed size. The OBJECT tag should do what I want. The
ndowney> little html doc. below shows a test I want to get
ndowney> working. I can access the embeded doc. as a link but not
ndowney> as an embeded document. What am I doing wrong ?. Also,
ndowney> assuming it will work, is it possible to have a fixed
ndowney> size box/border around the embeded html ?.
No, you need to use the iframe tag for that. According to my bible,
ilayer is suppoerted in IE and it is part of the HTML 4.0 standard.
It doesn't say whether NS supports it. However, NS has the ilayer
tag, which seems (to my untutored eye) to be similar to the ilayer
tag, so you could cover most of yout bases with:
<iframe src="content.html">
<ilayer src="content.html">
Sorry, your browser does not support the iframe or ilayer tags,
which are required for this section of the page to be visible.
</ilayer>
</iframe>
You should be able to do borders with CSS; iframe has some built-in
border features also.
--
Paul Collins <sneakums at eircom.net> - - - - - [ A&P,a&f ]
GPG: 0A49 49A9 2932 0EE5 89B2 9EE0 3B65 7154 8131 1BCD
PGP: 88BA 2393 8E3C CECF E43A 44B4 0766 DD71 04E5 962C
"We're busted in the blinding lights of closing time."
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!