PDA

View Full Version : How ?


klisis
Sun 3rd Aug '03, 3:00pm
I am trying to insert a HTML document into another html page.

The inserted html document will appear in a box as if it is framed.
(meaning no SSI, or PHP include).

Does anyone know the tag for it?

Thanks.

DarkDelight.net
Sun 3rd Aug '03, 3:08pm
I'm not sure I understand what you mean by "appear in a box".
Will you be using tales to create a border or placing it in a iframe or something like that?

Why can you not use includes?

klisis
Sun 3rd Aug '03, 3:16pm
Oh yea, I think it's iframe.

DarkDelight.net
Sun 3rd Aug '03, 3:20pm
Oh yea, I think it's iframe.Is this what you wanted?<iframe src="file.ext"></iframe>