CKEditor for custom text format

0
Hi All, I am using the CKEditor for Mendix. As its writing the HTML code behind it. I have a very specific requirement.Could you kindly suggest or guidelines for this. 1) There should be no left space before the radio bullet point 2) Default Font - Arial and Font size - 10 3) No line space between paragraph and bullet point
asked
2 answers
0

This sounds like it’s something you’d need to solve in your application’s CSS. I’d inspect the generated HTML and adjust the CSS accordingly. It sounds like it’s probably a margin or padding element you’d need to reduce.

https://docs.mendix.com/howto/front-end/customize-styling-new

Hope this helps


 

answered
0

The CKEditor is deprecated and no longer supported. You could try a different widget. Thought Robert Price is right and you probably have to dive into the CSS

answered