Quote:
Originally Posted by mrmikel
No break spaces exist because HTML does not recognize more than one space in a row as valid. It ignores them. So no break spaces allow you to enter spaces and make sure they will be shown. Sigil has no way of reading your mind as to whether you REALLY want a space there all the time or not, so it inserts a guaranteed no break space.
|
I'll call this several steps back in word processing. Using the spacebar for tables and spacing is a pretty bad idea unless you're in a monospaced font, so why even support it? Doesn't HTML support tables for a reason?
Edit: Then again, we are talking about a language written without a tab character, so I guess anything's impossible.