I am trying to create a report that has justified text and has portions of the text underlined. I'm using an HtmlTextBox and can set the properties to justify the text and underline portions of it. However, it displays the underline by underlining each word separately, leaving a space between the lines. Is there any way to force the underline to be one continuous line when using justified text?
Thanks!