#12487 closed Task (invalid)
splitting and wrapping content
Reported by: | Subash | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Dear Team,
i would like to add bold between the <content></content> then it become
ex:
<para> <content> some text <bold> Sample_bold </bold> goes here </content> <para>
what i except is
<para> <content> some text</content> <bold>Sample_bold</bold> <content> goes here </content> </para>
i am expecting your Replay
Regards,
Subash Ramadoss
Change History (2)
comment:1 Changed 10 years ago by
Keywords: | splitting and wrapping content removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.3.1 |
comment:2 Changed 10 years ago by
Let me hjust add that you are using here custom tags.
At the moment this is impossible to achieve (please see: #10340) and standard elements should be used instead e.g.
<div class="para"> <div class="content"> some text <b>Sample_bold</b> goes here </div> </div>
This is a bug tracker.
Check out: