|
Cascading Style Sheets (CSS) |
Top Previous Next |
|
Optimize for Internet Explorer Use OptimizeForIE option to specify whether the HTML files should be optimized for Internet Explorer. The optimization is done using Cascading Style Sheets.
Save Styles in CSS file Use OutputStylesToCSSFile option to save style tags in a separate Cascading Style Sheet (CSS) file. This reduces the size of the HTML documents by separating the style of documents from the content of the documents. In case this option is not checked styles are saved internally in each HTML document.
CSS file Use CSSFileName option to specify the name if the Cascading Style Sheet (CSS) file. The default name of CSS file is name of the main HTML file. Having an external CSS file will help in reducing the size of HTML files.
Default Font Use DefaultFont to specify font that is used the maximum number of times in the document. Specifying the default font helps in reducing the size of the HTML file.
|