I have seen some ASP.NET html editor which support the abolsute positioning of images in the document. Is there a way to do this in WebHtmlEditor? After inserting an image, what's the best way to position it visually on the surface? This requirement is for users who do not know html 7 css.
Abdu
There is currently no way to absolutely position elements inside if the WebHtmlEditor. The control relies heavily on the browser to provide text formatting to it, and currently the browser functions used by the control do not return any type of CSS positioning.
Devin
Some other html editors from other companies such as Telerik and CuteSoft support absolute positioning. So this is not a limitation of the browser. Maybe you can add this feature to your "features requested by customers" list.