B4J Question [SOLVED]Reduce space between the two lines in HTMLEditor

micro

Well-Known Member
Licensed User
Longtime User
Hi to all
How can I reduce the leading?
(space between the two lines when you press Enter in HTMLeditor)

1608823912091.png


Thanks
 

micro

Well-Known Member
Licensed User
Longtime User
Thank you so much
now work well

B4X:
jo.RunMethodJO("getEngine", Null).RunMethod("setUserStyleSheetLocation", Array($"data:,
body {
    font: 8pt Calibri ;
}
p {
    margin-top: 0em ;
    margin-bottom: 0em ;
} "$))
 
Last edited:
Upvote 0
Top