titletext = "text"
The titletext command is used to provide the title for the Html page to be created by Palview. The actual text of the titletext will be placed between the Html Title tags. For example, consider the comand: titletext = "My First Palview Page" Given the above command, Palview will generate this Html: <TITLE>My First Palview Page</TITLE> This title text should be shown by the viewer's browser in the program title bar as in this example: ![]() Note that in order to actually see the text of the titletext command that you must also set the titletype command to text. |