Hello there,
is it possible in the description of an image to use html tags like <br> or <p> to make a line break in the sentences? Or is there another way?
Thanks in advance
Accepted Answer
In custom css I used the style: "white-space: pre-line;" and I solved the problem. (I put it here for other users).
Thank you for your time.
Hi,
sorry not in current version.
You have to use custom CSS to control width/design of description area.
---
Sure, I can ask about this feature, but .... it may take some time.
In general CSS there is only word-break.
----
The line-break CSS property is used to specify how (or if) to break lines when working with punctuation and symbols. This only affects text in Chinese, Japanese, or Korean (CJK).
indeed white-space: pre-line
also helps, because sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks