Importing and exporting HTML

You can import HTML and export HTML to and from presentation templates and elements that store HTML.

  1. To import HTML click Import.
    1. Select the file you want to upload and then click Save.
  2. To export HTML click Export.
    1. Navigate to the directory you would like to export the HTML file to and then click OK.
      Note: No warning is given when exporting HTML to an existing file. Care should be taken not to save over existing HTML files when exporting HTML.
Note:
  • Web Content Manager automatically imports images within the body of the imported HTML that are referenced using an "img" tag. Web Content Manager does not import other image reference types. For example, web Content Management cannot import an image referenced within a "background" tag. To import an image in tags other than "img" tags, import the image into a file resource component and then reference the file resource component within the imported HTML.
  • Web Content Manager does not verify if the imported HTML or text is valid. For example, if you import HTML that contains a JavaScript error, then that error appears in your content when previewed.
  • The encoding of the current browser window determines the encoding of the imported or exported HTML. For example if the browser is currently using GB2312 for Chinese, then only GB2312 encoded HTML can be imported, and on export the exported HTML encoding is GB2312.
  • Some HTML editors save HTML with a mixture of UTF-8 and non UTF-8 encodings. You cannot successfully upload files containing a mixture of UTF-8 and non UTF-8 encodings. Save your HTML file as UTF-8 only and try importing the HTML.