Page 1 of 1
include page
Posted: Sat Feb 26, 2011 2:21 pm
by mwhite1249
Is there a tag or module that acts as a wrapper? I'd like to display an HTML page inside CMSMS by uploading the HTML to my server then pointing to it inside a CMSMS page. Any help would be greatly appreciated.
Re: include page
Posted: Sat Feb 26, 2011 6:01 pm
by Dr.CSS
Do you mean you want to embed it in a CMSMS page or ?...
Re: include page
Posted: Sat Feb 26, 2011 6:31 pm
by Wishbone
You can use <__iframe>.. Or you can just create a template containing the HTML.
What are you trying to do? There is more likely an easier way.
Re: include page
Posted: Sat Feb 26, 2011 8:09 pm
by mwhite1249
Yes I think embed might describe what I want to do. I can use an Include tag in PHP to insert a separate file. I also use SHTML to Include files.
I already have a lot of HTML files built and would like to embed, or Include them in a page, however you want to say it.