hi. i am using the telerik html editor. would like to know if it is possible for user to create their own div, upload an image and set this image as the background for the div.
for example user created
<div id="myNewDiv>
</div>
user wants to upload an image "divBackground.png" via the editor's image manager or some other way using the editor. then set this divBackground.png as a background image for #myNewDiv.
if possible i would want to reduce the probability of user having to set the image using CSS as some user might not have knowledge to CSS.