html - Tab space is not proper -
tab space, in case, space between 2nd , 3rd word, not shown font family: verdana. if font family removed or tab size set 7 showing proper spacing, curious know reason/solution issue.
#testdiv { font-family: verdana; white-space: pre-wrap; } <div id="testdiv"> abcdef ghijk lmnop qrstuv </div>
Comments
Post a Comment