Hi,
When i'm inserting an image, it will generate img tag. In that one attribute called "position" is set to "relative". I want to change that to "absolute" whenever i insert the image.
for example:
by defalut:
<img style="LEFT: 216px; POSITION: relative; TOP: 17px" height=100 alt="" src="/opws/uploads/Cindy_Crawford.jpg" width=124 border=0>
i want like this:
<img style="LEFT: 216px; POSITION: absolute; TOP: 17px" height=100 alt="" src="/opws/uploads/Cindy_Crawford.jpg" width=124 border=0>