Use the following entities (defined in the Modifier DTD):
<!ENTITY softReturn ''>
<!ENTITY hardReturn '
'>
For example:
<STORY STORYDIRECTION='HORIZONTAL'>
<PARAGRAPH MERGE='false' PARASTYLE='Normal'>
<RICHTEXT MERGE='false'>This is a test&softReturn;Entered Soft Return</RICHTEXT>
</PARAGRAPH>
</STORY>
In order to modify, open the in any text editing application and make the followingchanges:
<STORY CLEAROLDTEXT='true' STORYDIRECTION='HORIZONTAL'>
<PARAGRAPH MERGE='false' PARASTYLE='Normal'>
<RICHTEXT MERGE='false'>This is a test&softReturn;Entered Soft ReturnThis text is entered in the next line of same text paragraph</RICHTEXT>
</PARAGRAPH>
</STORY>
Priyanka Bhotika
Comments