Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

20 Mapping text formats to HTML > 20.3 Mapping paragraph formats > 20.3.9 Deciding how to treat forced returns


20.3.9 Deciding how to treat forced returns

By default, except within preformatted text Mif2Go converts a forced return (FrameMaker Shift+Enter) to one of the following, depending on the output type: 

[spacer]

HTML:

<br>

XHTML:

<br />

XML:

a space

For HTML and XHTML output only, to override the default for selected paragraph formats:

[HTMLStyles]

; NoBreak changes any Shift+Enter in the para to space instead of

;  <br> for HTML and XHTML, but has no effect in <pre> where it

;  remains a line break, or in XML formats where <br> is invalid.

ParaFmt = NoBreak

See also:

§13.4.5 Configuring forced returns for XML

§20.9 Configuring preformatted text for HTML/XML



20 Mapping text formats to HTML > 20.3 Mapping paragraph formats > 20.3.9 Deciding how to treat forced returns