Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with font color in FCK
Hello!
I have problem with font colors in FCK. I`m using newest FCK and Vanilla 1.1.4. I`m changing color by color button, but the font is still in default color (in my example - black). The code have phraze "<span style="color: #XXXXX">", but IE 6 or Opera 9.24 dont see this command. Any ideas?
0
This discussion has been closed.
Comments
for eg if you do this
<p><span style="border: 1px solid rgb(0, 0, 0); padding: 20px; color: rgb(255, 0, 0);">This should be in red color</span></p>
it will ignore the padding style but apply the rest, so the border and color works. the style is stored correctly in the database, but when it comes time to display it, outside of fckeditor, it removes stuff from it. disable all your extensions and leave only fckeditor and see if it works
btw what version of fckeditor your using. not the extension the actual fckeditor.