Skip to main content
Known Participant
March 5, 2009
Question

Elements in the same line

  • March 5, 2009
  • 4 replies
  • 742 views
Hi!
How can I insert one element and his child in the same line?
thank you!
This topic has been closed for replies.

4 replies

_macweaz_Author
Known Participant
March 6, 2009
thank you, it works!
Known Participant
March 5, 2009
macweaz,

You need to do as Russ states: set the formatting (in the EDD) for the prefix and suffix elements to be textrange. That will make them NOT be separate paragraphs.

To insert the " marks automatically, then you use prefix and suffix features in the EDD but ALSO format the element as textrange.

Van
_macweaz_Author
Known Participant
March 5, 2009
I would like to do somenthing like:
Note: ">my text>"
but the result is
Note:
"
"
I've tried with prefixes and suffixes, and with simply nested child but the result is the same.
Legend
March 5, 2009
macweaz,

I believe you are referring to "text range" elements, sometimes called "inline" elements. It's part of the format properties for an element. In the EDD, the element hierarchy is normally something like:

TextFormatRules > AllContextsRule > TextRangeFormatting > TextRange

You should be able to search on these items in the Structure Developers Guide to find out more.

Russ