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...
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-2.png | 171.95 KB | gothica | |
| Screenshot-1.png | 224.06 KB | gothica | |
| Screenshot.png | 128.5 KB | gothica |
Comments
Comment #1
gothica commentedah.. i've disable HTML Corrector (filters) and now it works!
Comment #2
jdelaune commentedWas that in the fckeditor settings? Might be useful to add to the documentation for other users. Cheers
Comment #3
gothica commentedi've not found it in documentation...
Comment #4
peter törnstrand commented