Why so many problems with graphical editors? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why so many problems with graphical editors?

Griffon, KomPoZer, LibreOffice, and other graphical editors I run into on Linux tend to overuse text qualifiers and create messy code. Every time I resize a font, the code may turn out something like: <span style="font-size: 10"><span style="font-size: 12">my text</span></span> Why is that? Can these issues be overcome?

8th Mar 2017, 5:59 AM
Harvey Houston
Harvey Houston - avatar
3 Answers
0
Nevermind, Bluefish Editor works best. Case closed.
15th Aug 2020, 1:46 AM
Harvey Houston
Harvey Houston - avatar
+ 8
Did you mean to declare 2 span elements? Use Notepad++ and I'm suggesting this because I've had no problems with it. Your text will be 12px by the way.
9th Mar 2017, 4:35 PM
Mark Foxx
Mark Foxx - avatar
0
Yes, the two spans ARE the issues. What I mean is, it will automatically generate two <span> tags!
10th Mar 2017, 2:18 AM
Harvey Houston
Harvey Houston - avatar