Non-breaking space does not work with chrome

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Matze
Sr. Propeller Head
Posts: 166
Joined: Mon Jun 20, 2016 10:35 pm

Non-breaking space does not work with chrome

Post by Matze »

Hi all,
I check the HTML5 help in different browsers like IE/edge and chrome.

I´ve figure out that the old non-breaking space

Code: Select all

#8239;
does not work with chrome. There is no space, the words are glued together instead :(

I´ve figure out that two small non-breaking spaces

Code: Select all

  
works fine instead.

Do you have the same problem/solution, pls. let me know :idea:
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Non-breaking space does not work with chrome

Post by Psider »

Technically that one is a narrow no-break space, which seems to be less than half the width of a normal space?
https://en.wikipedia.org/wiki/Thin_space

Can you do a search, and replace it with   which is the code for a non-breaking space? I'm not sure if Flare leaves the code alone or "fixes" it when you later edit the topic, though.
Matze
Sr. Propeller Head
Posts: 166
Joined: Mon Jun 20, 2016 10:35 pm

Re: Non-breaking space does not work with chrome

Post by Matze »

This Issue has been solved. Its an internal font problem.
Post Reply