Hi everyone,
Can somebody help me how to set rich text element so that it can show higher vertical space before and after paragraph.
I can make it when create text using multiline input (by push enter after paragraph), the vert space is shown when displaying in multline input as well…but I also need to be set as justify which multiline input can not.
The best choice is to display by text element to be set as justify but it can’t detect those vertical space before/after paragraph.
Here is in multiline input
Below is the result displayed in text element, justify
Thanks in advance
Hi All,
Is there anyone can help me please…how to display text data with vert space between paragraph
eren
July 12, 2019, 1:42pm
3
Hi @anwarsby
Maybe this post can help you
If anyone else is having this problem again: there is a solution with the use of CSS Tools Plugin.
Settings > General > Expose the option to add an ID attribute to HTML elements
Install the plugin
Drag and drop the CSS tools element on the page
Workflow > When Page is loaded > Element actions > Add Custom Style To Head CSSTools A > #myDiv { text-align:justify; }
On the bottom of the text container element attributes, change ID Attribute to myDiv
‘myDiv’ can be changed to any other element ID …
Good luck
2 Likes
Hi @eren thanks a lot! Will give it a try
1 Like
Hi @eren @banatoshintalo i just have time to try this…and it works! Thanks a lot you save my life!
2 Likes
eren
July 14, 2019, 2:06pm
6
I’m glad it worked. You can mark the post as a solution, so other bubblers will be easier to find.
Hi @eren I’d like to…but sorry if it’s a little bit silly😊…I can’t find how to mark a post as a solution…can you guide me😁
eren
July 14, 2019, 2:41pm
8
Hi @anwarsby
No it isn’t silly. Just check this checkbox.
Owh…how can I missed that check box😀 I look for it inside “more” icon…it’s done, and thanks again!
eren
July 14, 2019, 3:17pm
10
They say " If you’re hiding something, put it where it can be seen."
2 Likes