I use Tinymce on my site along with the img_assist plugin. There is one problem of image alignment that I am facing, i dont know if anyone else has faced as well or not
I upload/insert the image in the body and align the image to right rather than left. But when I preview or submit the content the image still comes out on the left.
Can someone please help

Comments

Jody Lynn’s picture

Check your style.css (Using firefox developer toolbar or firebug is an easy way). Maybe your images are set to float: left.

--Zivtech--

manuj_78’s picture

Well, i just added an image using image_assist plugin for tinymce and kept the alignment to left. Then through the buttons available in tinymce for alignment, I aligned the image to the right. then disabled the rich text editor to see what the code was and it seems that still the code has a <span class="inline left"> in it which is preventing the image from being displayed on the right.
How can i get around fixing this problem?