View Single Post
Old 06-06-2025, 06:10 PM   #3
AxaRu
Member
AxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enoughAxaRu will become famous soon enough
 
Posts: 24
Karma: 624
Join Date: May 2013
Location: Moscow
Device: Kobo Aura H2o, Kobo Aura One, Kobo Forma
KevinH, thank you for your reply.

Here is a detailed explanation of how the tag works.
https://developer.mozilla.org/en-US/...SS/white-space

I understand how prettify works. I consider this behavior to be a bug.
In my case, instead of returning the carriage and inserting a series of spaces, I use the following code as a workaround:
Code:
<br/>\&\#160; \&\#160; \&\#160; \&\#160;
(No backslash needed)
This gives the desired result, but it's not very convenient.

Last edited by AxaRu; 06-06-2025 at 06:14 PM.
AxaRu is offline   Reply With Quote