|
titletext = "text"
The titletext command is used to provide the title for the Html page to be created by Palview3. The actual text of the titletext will be placed between the Html Title tags. For example, consider the comand: titletext = "My First Palview3 Page" Given the above command, Palview3 will generate this Html: <TITLE>My First Palview3 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. |