Signature line not displaying ALL of underline

How do I get the output to display the rest of my signature line. In the Text Blaze editor, it has the person's underlined name followed by a line. Note that in the below example the name should ALSO be underlined even though it is not...I could not get it to show it in this post but imagine the "/s/ John Doe" also having a line under it.

/s/ John Doe _____________

In the output, it gets rid of the rest of the line after the name. I want the line to continue after the name but it eliminates it in the output.

How do I fix it?

Hi, and welcome to the forum! :slight_smile:

Multiple spaces will be generally be collapsed to a single space Text Blaze output. This is why your signature line is disappearing (that fact the spaces are underlined doesn't change this behavior).

You can try one of two things.

  • Use underscores: e.g. "________" looks just like a blank line.
  • Use non-breaking spaces. Non-breaking spaces look like regular spaces but generally won't be collapsed. You can learn how to insert a non-breaking space here: https://www.computerhope.com/jargon/n/nbsp.htm

Sorry...I have been trying to figure out how to code the &nbsp for Text Blaze. I have tried every configuration that I can think of, but all it does in the output is show what I intended as code.

What operating system do you have?

The suggestion of typing "option-space" (from https://www.computerhope.com/jargon/n/nbsp.htm) worked well for me on a Mac. It has recommendations for other operating systems too.