User`s guide
Create a Custom HTML Template
6-37
Select an HTML Editor
By default, when you edit an HTML style sheet, the style sheet appears in the MATLAB
Editor.
To use a different editor for editing an HTML template:
1
In the Report Explorer, select File > Preferences
2
In Edit HTML Command, enter a MATLAB expression that opens the HTML editor
you want to use. For example:
system('Dreamweaver %<FileName> &')
When you open an HTML stylesheet, the Report Explorer automatically replaces
FileName with the template that you selected.
Edit HTML Styles in a Template
You can customize or add format styles in a custom HTML template.
1
In the list of templates in the middle pane, select the custom template that you want
to edit.
Tip If the Report Explorer middle pane does not show a list of templates, then select
Tools > Edit Document Conversion Template.
2
In the Properties pane, click Open stylesheet.
3
In the HTML editor, edit the cascading style sheet (CSS).
For information about editing a cascading style sheet, see documentation such as the
W3Schools.com CSS tutorial.
4
Save the style sheet.
Related Examples
• “Generate a Report Using a Template” on page 6-4
• “Customize Microsoft Word Report Styles” on page 6-18
• “Customize Microsoft Word Part Templates”