Hi,
One of our client want to NOT format the contents when they paste their HTML (in html view). Here is an example. They paste something like this in HTML view
and when switch to design view and come back (or save), it turns into like this
Notice that editor not only format the codes (add link breaks etc), but also changes colors to rgb etc.
Is there any way to prevent this?
thanks
We are using telerik controls version 2012.2.912.35
One of our client want to NOT format the contents when they paste their HTML (in html view). Here is an example. They paste something like this in HTML view
<
table
><
tr
style
=
"background-color:#EEE;"
><
td
>Routes</
td
><
td
>200</
td
></
tr
></
table
>
and when switch to design view and come back (or save), it turns into like this
<
table
>
<
tbody
>
<
tr
style
=
"background-color: rgb(238, 238, 238);"
>
<
td
>Routes</
td
>
<
td
>200</
td
>
</
tr
>
</
tbody
>
</
table
>
Notice that editor not only format the codes (add link breaks etc), but also changes colors to rgb etc.
Is there any way to prevent this?
thanks
We are using telerik controls version 2012.2.912.35