Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
absolute positioning of elements
posted

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 

Parents
No Data
Reply
  • 12631
    posted

    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

Children