Almost every time I try to replace an existing image, the editor positions the new image at the top left hand corner rather than just replacing the image in its current position.
Also, if i try to add a hyperlink to an existing image the hyperlink url is sometimes just added as text at the top left corner of the editor.
This makes the editor unuseable to anyone without html knowledge.
Any help is much appreciated. i am using IE7 and am using the fck|Editor in an ASP.Net 2 web application.
Thanks
John
Also, if i try to add a hyperlink to an existing image the hyperlink url is sometimes just added as text at the top left corner of the editor.
This makes the editor unuseable to anyone without html knowledge.
Any help is much appreciated. i am using IE7 and am using the fck|Editor in an ASP.Net 2 web application.
Thanks
John
Re: Images placed in wrong position
Re: Images placed in wrong position
Specifically:
That's all it takes... If the "img" tag resides within a div that has a css width and height, the "image properties" will not work.
Here is all my code:
After removing the width and height attributes from the div, the "image properties" work as expected. The only problem is that I can't get the "overflow" property working without the css width and height attributes defined. I tried other ways to set things up but it does not work. What I wanted was a template that the user could modify but regardless of ho much content they added, it would always have a fixed width and height. That way, they don't expect the extra content to show up.
Re: Images placed in wrong position
uopmws1 that did not work for me. I tried with no width/height in the containing <div> and it still did not work. i even took width and height attributes out of all parent <DIV> and it didn't work.
i have noticed however that this problem doesn't happen when I use FireFox. It only happens when I use IE. I currently use IE7 I havent tried it in other versions of IE.
I would be really interested to hear what other people think about this problem though.
John