hi,
I have a node with a text area editable with CKEditor. THis means my customer can add italic style with it.
Then I have a VIew in which I'm trimming this text area for each node to 140 characters.
The problem is that if my customer adds italic style right before the treshold, the text is not closed, and I have html errors (for example, the rest of the page is in italic).
Actually the trimming is not working very well becasue it doesn't close the tags after cutting the text.
How can I solve this ? I'm usually very basic functionalities of Drupal.
thanks