I am using version 2011 Q2.
I am trying to get some HTML outputs to work in the WebForms viewer, and am using the RadEditor as the means by which to collect this information.
I have stripped down the input to the HTMLTextBox to those tags that are supported such as :
The issue is that the <ul> items do not show the bullet points in the HTML view.
The items display correctly when exported to PDF.
Can you advise on a course of action?
Thanks,
Steele.
I am trying to get some HTML outputs to work in the WebForms viewer, and am using the RadEditor as the means by which to collect this information.
I have stripped down the input to the HTMLTextBox to those tags that are supported such as :
<
p
><
span
style
=
"font-size: 24px;"
><
strong
>EXECUTIVE SUMMARY</
strong
></
span
></
p
>
<
p
>Overall, the audit process was a success, if not the results.<
br
/>
<
br
/>
</
p
>
<
p
><
span
style
=
"font-size: 22px;"
><
strong
>The Good</
strong
></
span
></
p
>
<
p
>We had positive outcomes in the areas of...<
br
/>
<
br
/>
</
p
>
<
p
><
span
style
=
"font-size: 22px;"
><
strong
>The Bad</
strong
></
span
></
p
>
<
p
>We need to address the following things :</
p
>
<
ul
>
<
li
>this thing which needs fixing </
li
>
<
li
>this other thing which needs to be looked at - important </
li
>
<
li
>other stuff too </
li
>
</
ul
>
<
p
>Following are the detail results of this audit.</
p
>
The issue is that the <ul> items do not show the bullet points in the HTML view.
The items display correctly when exported to PDF.
Can you advise on a course of action?
Thanks,
Steele.