or
<
telerik:RadProgressManager
ID
=
"RadProgressManager1"
runat
=
"server"
EnableEmbeddedBaseStylesheet
=
"False"
EnableEmbeddedSkins
=
"False"
Skin
=
"Vista"
/>
<
telerik:RadProgressArea
id
=
"progressArea1"
runat
=
"server"
skin
=
"Vista"
Culture
=
"English (United Kingdom)"
DisplayCancelButton
=
"True"
BorderStyle
=
"None"
ProgressIndicators
=
"FilesCountBar, FilesCount, FilesCountPercent, SelectedFilesCount, CurrentFileName, TimeElapsed, TimeEstimated"
Language
=
""
Height
=
"200px"
Width
=
"300px"
>
<
Localization
Uploaded
=
"Uploaded"
></
Localization
>
</
telerik:RadProgressArea
>
Guys,
I need to store html that has following line
<div style="font-family:[[FontFamily_01]]; color: [[FontColor_01]];"> </div>
When I put this line in the editor my styles are being stripped. What should I do for my content to stay as I entered?
Thanks