Open the HTML destination. The GTITLE option causes the title to be rendered as part of the graph image instead of being created by the HTML code as text. Alternatively, the NOGFOOTNOTE option causes the footnote to be created by the HTML file as text instead of being rendered as an image with the rest of the graph. Notice that, as a result, the TITLE appears within the graph frame, but the footnotes appear outside the frame. You can also use the ODS PATH= and FILE= options to specify a location for the output files.


ods listing close;
ods html style=analysis gtitle nogfootnote;