I am trying to apply one empty space inside a span element, but could not do it.
In my application, I have the following two span elements.
<span style='color:red;margin-right:1.25em'>*</span> <span style='color:red;margin-right:1.25em'> </span>
I applied these two passes to different fields to get them at the same level of alignment, but I have the following problem. Pfb 
is there something wrong with the code above
the first name field should move a little to the right for proper alignment.
source share