Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

How does one add non breaking spaces to HTML in YEd node

0 votes

I successfully added HTML type styling to labels based on an answer dated 21 September 2011.

The non breaking spaces are ignored; how can I make them <nbsp>  indenting the lower level paragraphs. 

<html>

<span style="background-color:#ffcc99">PRC: Ageing (26PRC)</span><br>

<span style="color:#3366ff"> <nbsp> PP: Duration of Ageing (101PP) </span><br>

<span style="color:#ff0000">    <nbsp><nbsp> F: Too short (104F)</span><br>

<span style="color:#ff0000">    <nbsp><nbsp> F: Too long (105F)</span><br>

</html>

:

in Help by

1 Answer

0 votes

Non-breaking space is not a tag, but an entity: &nbsp;

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...