Currently, if you use the RadEditor to align an image to the left or right of content, the editor proceeds to add the following code to the image tag:
style="float: left;
We would like the default behavior for image alignment to instead add the following code to the image tag:
align="left"
I've tried turning off filters such as "ConvertToXhtml" but the float style still gets inserted.
Can anyone tell me if this change is possible?
Thanks in advance.
style="float: left;
We would like the default behavior for image alignment to instead add the following code to the image tag:
align="left"
I've tried turning off filters such as "ConvertToXhtml" but the float style still gets inserted.
Can anyone tell me if this change is possible?
Thanks in advance.