Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Piotrek Koszuliński

Keywords: splitting and wrapping content removed
Resolution: invalid
Status: newclosed
Version: 4.3.1

This is a bug tracker and you haven't mention any bug.

Check out:

Last edited 10 years ago by Piotrek Koszuliński (previous) (diff)

comment:2 Changed 10 years ago by Jakub Ś

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>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy