Page 1 of 1

[SOLVED] import directly html file

Posted: Thu Nov 02, 2017 7:53 pm
by michelw
Hello,
I have html files created by writer (libre office). I would like to copy them in the wondercms editor. How to make them readable on the site? Thanking you

Re: import directly html file

Posted: Fri Nov 03, 2017 3:42 pm
by wiz
Can you please paste an example of the HTML file?

Re: import directly html file

Posted: Fri Nov 03, 2017 6:12 pm
by michelw
Yes its here. Tanks

Re: import directly html file

Posted: Sat Nov 04, 2017 12:46 am
by wiz
When I open the HTML document, I see some images are missing. You can see this by opening the HTML document in Firefox/Chrome.

In your case, which is not just HTML but also images, the easiest would be:
- Save as PDF or another image and upload the file, you can then link to it or display it.

Another way:
- upload the unzipped folder (whole folder project1) through your FTP to WonderCMS.
- after you are done uploading the folder, paste

Code: Select all

<iframe src="https://www.yourDomain.com/project1/index.html" width="100%" height="100%"></iframe> 
- change yourdomain.com to your domain and correct location of the project1 folder.

If you need any more help, simply reply with the problem you're having.