[SOLVED] import directly html file

Post Reply
michelw
Posts: 7
Joined: Tue Oct 31, 2017 5:57 pm

[SOLVED] import directly html file

Post 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
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: import directly html file

Post by wiz »

Can you please paste an example of the HTML file?
michelw
Posts: 7
Joined: Tue Oct 31, 2017 5:57 pm

Re: import directly html file

Post by michelw »

Yes its here. Tanks
Attachments
htmlWondercms.zip
(17.03 KiB) Downloaded 446 times
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: import directly html file

Post 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.
Attachments
project1.zip
(16.8 KiB) Downloaded 402 times
Post Reply