Embedding existing html (with reference to images and so on) in html content modules

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/31/2010 3:51:22 PM
Gravatar
Total Posts 7

Embedding existing html (with reference to images and so on) in html content modules

Hi, i am developing a small web site with mojoportal, and i wanted to know if is it 

possible to embed some pages that a previously created for the web site. 

The pages are simple HTML with references to images and a couple of css sheets.

In case it was possible can some one give me an advice on hot to do it?

 

Thanks in advance.

4/1/2010 9:59:25 AM
Gravatar
Total Posts 18439

Re: Embedding existing html (with reference to images and so on) in html content modules

You could use the IFrame feature to show your page within a mojoPortal CMS page if you really need to load the full html and CSS.

Alternatively if you just need the content you could either grab the html from inside the body of the html page and paste it into a new instance of our Html feature using the view source/html option of th editor which allows direct input of html. But you should not paste in a head or body or CSS.

Or you could make an html fragment file with just the contents of the body but with the head and body removed (since there can only be one on a page) and then you could include the content on a page using our Html Include feature.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.