Hi all,
My problem is that I pre-load CKEditor with an image with align equals right.
When CKEditor loads, and I type into the textarea, the text I type begins to type to the left of the image source and not the right.... for example when i click on the source button it is like this:
"Blah blah blah <img src="myimage.png" align="right" />
where it should be like this:
"<img src="myimage.png" align="right" /> Blah blah blah"
I want the image to be static and loads each time the CKEditor loads.
Any ideas??
Thanks!
My problem is that I pre-load CKEditor with an image with align equals right.
When CKEditor loads, and I type into the textarea, the text I type begins to type to the left of the image source and not the right.... for example when i click on the source button it is like this:
"Blah blah blah <img src="myimage.png" align="right" />
where it should be like this:
"<img src="myimage.png" align="right" /> Blah blah blah"
I want the image to be static and loads each time the CKEditor loads.
Any ideas??
Thanks!