Hi
I will have more than one instance of text that needs to be treated like this. For example 1 large span and 3 smaller spans. What I really want is for this wrapping of text to be done by the size of the parent DIV.
But working with what here provided instead where it is based on the number of characters I would need to have different values for char_max according to the div it was in.
e.g. in the large area it might be .largespan char_max=40 while in the smaller areas it was .smallspan char_max=30
I hope that this makes sense.