HTML only. Specifies how to save stylesheet data with an HTML document.
Introduced: X18.
Member | Description |
---|---|
None | All format information is saved in the body of the HTML document through HTML tags. |
Create |
Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the Save |
Overwrite |
Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the Save |
Inline | Stylesheets are saved in the head of the HTML document. |