Justify text in HtmlTextBox telerik messages

I use the telerik report for the 1st quarter of 2013 for reporting. I have an HtmlTextBox in my form with the following value: <p style="text-align:justify">{Parameters.matn.Value}</p>

but after the rendering report my css code is disapear and new <p>with class s0 is generated automatically! how can i justify my text in htmlTextBox?

+4
source share
1 answer

We can justify the TextBox region from the Properties region, but we cannot justify the HtmlTextBox due to the limitation specified by the Telerik team.

follow this link for more details

+1
source

All Articles