Titles - Fluid Topics - Latest

HTML Package Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

If the publication title of an HTML package has not been defined using a control file, its title defaults to the name of the uploaded archive. The title of children HTML files is the content of their <title> element.

To give an HTML package a custom title:

  1. Create a control file.
  2. Copy the following template:

    <?xml version="1.0" ?>
    <controlFile>
      <resources>
        <resource lang="en-US">
          <filePath>index.html</filePath>
          <title>A custom title</title>
        </resource>
      </resources>
    </controlFile>
    
  3. Change the content of the <title> element of the <resource> element.

  4. Publish the HTML package with the control file.