In HTML, to get extra horizontal spacing all I would have to do is:
This is textual phrase A This is textual phrase B
to get the following output:
This is textual phrase A...This is textual Phrase B
. = 1 invisible space character
Question#1: How do you force insert space characters?
Question#2: What is the proper way to fine control horizontal spacing instead of force adding space characters?

