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:
- Create a control file.
-
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> -
Change the content of the
<title>element of the<resource>element. - Publish the HTML package with the control file.