I use these modules:
* Image Browser 6.x-2.x-dev
* Image Browser Plugin - FCKeditor - 6.x-2.x-dev
* FCKeditor - 6.x-2.x-dev

The problem is that I can't fugure why styles with FCKeditor don't work.
I've created 2 styles in admin/settings/imagebrowser/styles

The first is "align-left":

img.ibimage_align-left {
float: left;
padding-right: 3!important;
}

And the second is "align-right":

img.ibimage_align-right {
float: right;
padding-right: 3!important;
}

Also I've included these styles in my style.css theme file.

And when i insert image through Image Browser into FCKEditor and choose one of style image appears without applied style....
But when i click preview it's ok.... why? Why styles don't work in FCKeditor while i write any article... it's very amazing....

There three screenshots in attach.. which show the results...

CommentFileSizeAuthor
Screenshot-2.png171.95 KBgothica
Screenshot-1.png224.06 KBgothica
Screenshot.png128.5 KBgothica

Comments

gothica’s picture

ah.. i've disable HTML Corrector (filters) and now it works!

jdelaune’s picture

Was that in the fckeditor settings? Might be useful to add to the documentation for other users. Cheers

gothica’s picture

i've not found it in documentation...

peter törnstrand’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (fixed)