Improve font size accuracy, indenting, etc.?
CSS (Cascading Style Sheet) formatting allows for a much closer representation of the RTF in HTML. Notably for font sizes and indenting. Not all browsers support CSS at this time, although support is being added quickly. To enable CSS output, create or extend trnflag.trn with .Strings css,’1’ oldtags,’0’ The oldtags line instructs the converter to not create non-CSS based formatting. In theory, non-CSS enabled browsers will ignore the CSS and use the old style attributes for font size, etc. However, some CSS enabled browsers have been seen to get confused when both old style formatting and CSS based formatting is used together. See Guide.html for related options to affect whether CSS is in lined, included at the top of each file, written to a separate css file, etc. Strings to look for include: InlineCSS, GenCSSFile and StyleSheet.