Currently the RadEditor is only adding the following when inserting an image:
style="width: 166px; height: 98px;"
I need the Height and Width tags added to the img as follows:
height="166" style="height: 166px; width: 98px;" width="98"
What can be done so that the RadEditor will automatically add the height and image tags as bolded in the above?
Edit:
Please note that I am using the latest version of Telerik Asp.Net Ajax tools aka (ASP.NET AJAX Q3 2013)
style="width: 166px; height: 98px;"
I need the Height and Width tags added to the img as follows:
height="166" style="height: 166px; width: 98px;" width="98"
What can be done so that the RadEditor will automatically add the height and image tags as bolded in the above?
Edit:
Please note that I am using the latest version of Telerik Asp.Net Ajax tools aka (ASP.NET AJAX Q3 2013)