Introduction
In Factorly, you can create content in three different ways:
- Using the Drag & Drop editor;
- By directly uploading an HTML file;
- Using the code editor to build from scratch.
Please note: all content is linked to a group. The user selects the group when creating new content.
From an HTML file
To upload an HTML file, you can either drag and drop it directly or browse to it in your files.
If the file is in a .zip folder, you must first extract the archive so that you can import both the HTML file and the images.
The images contained in the HTML can be uploaded in the same way (optional). After uploading, the code editor allows you to edit your content.
The HTML file must be valid in the following sense:
- Every open tag must be properly closed and have a valid DOM (Document Object Model).
- The file must be encoded in UTF-8 - Note that this refers not to the encoding specified in the HTML <head> section, but to the format selected when saving the file.
Conclusion
The Factorly HTML upload feature allows you to directly import previously edited content.