When an image is inserted into the ASPxHtmlEditor and the align is set, the image is added with the html tag attribute align="right" or "left" or style="Text-Align:Center;". This causes the text to block so that it does not display next to the image. I would like to be able to change the align attribute to a "float" attribute so that the text will wrap around the image. Is it possible to alter the source code that this change occurs?
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Nick,
I've converted your question to a request issue. Thank you for your information.
Thanks,
Andrew
So I suppose that means that there is no current way to modify the source to use float instead of align?
Hi Nick,
Thank you for the clarification. We have updated our database. We will answer you soon.
Thanks,
Plato
Thanks. Any development on this question? I will have to deliver to the client soon.
A new "Wrap text around image" checkbox has been added into the "More options" section of the "Insert Image" dialog (in particular, into the ImagePropertiesForm.ascx). This checkbox is enabled if the inserted image is left or right aligned (the Position is set to "Left-aligned" or "Right-aligned") and it allows end-users to specify whether text should wrap the image.