Hi Adam,
When some HTML is pasted in the editor and theHtml contains tags style="position: absolute;"
then it creates problem when render this on some other page as the page is displaying in a frame. so instead of taking the position according to the frame it takes the absolute position as per the parent page.
Any thing that we can do to replace this tag
style=
"position: absolute;" with
style=
"position: relative;"? or other good approach to handle this.
Thanks