Hi everyone,
Everytime I copy something into source area then switch back to editting mode, it reformats some of the code. I tried to set FormatSource and FormatOutput to false but it is still not what I want.
Original text is something like this:
<div style="float:left;font-weight:bold;text-align:center">Hello everyone</div>
But it becomes like this:
<div style="FONT-WEIGHT: bold; FLOAT: left; TEXT-ALIGN: center">Hello everyone</div>
Could someone kindly tell me where/how to fix this to stop it from changing the source code?
Many thanks,
Tien D. Tran
Everytime I copy something into source area then switch back to editting mode, it reformats some of the code. I tried to set FormatSource and FormatOutput to false but it is still not what I want.
Original text is something like this:
<div style="float:left;font-weight:bold;text-align:center">Hello everyone</div>
But it becomes like this:
<div style="FONT-WEIGHT: bold; FLOAT: left; TEXT-ALIGN: center">Hello everyone</div>
Could someone kindly tell me where/how to fix this to stop it from changing the source code?
Many thanks,
Tien D. Tran