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

html code spacing in html export

0 votes

When we create a text description in html, we enter the html code.  Then when we export the project to html and look at it in the browser we see the output.

I have found that if I add line breaks in my html code that it messes up the html output - some of the tags are not processed.  Everything displays properly in yEd, but not in the export (yEd 3.12).

Thus, I can do this (and it works perfectly):

<html><body><font color="#FF0000">Red Text</font><br><font color="#00FF00">Green Text</font><br></body></html>

but not this (which makes the code easier for us to read):

<html><body>
<font color="#FF0000">Red Text</font>
<br>
<font color="#00FF00">Green Text</font>
<br>
</body></html>


Is it possible to fix this?

in Help by (410 points)
recategorized by

1 Answer

0 votes
Thank you very much for letting us know about this problem. We will be looking into this.
by [yWorks] (160k points)
Mr. Behr,  I appreciate your attention!  Actually, there are quite a few issues with rendering the html correctly, but the spacing of the code is the hardest to deal with.
Legal Disclosure | Privacy Policy
...