Hey All
don't know if anyone else is having this issue but, When I change the color of text for a comments from say Black to Red, the text is red in CK editor but when the comments post back to the page, they are black again.
this doesn't happen with FireFox 3.6 so ,, any suggestiions would be a great help here,
Craig
don't know if anyone else is having this issue but, When I change the color of text for a comments from say Black to Red, the text is red in CK editor but when the comments post back to the page, they are black again.
this doesn't happen with FireFox 3.6 so ,, any suggestiions would be a great help here,
Craig

Re: Setting text color doesn't work with IE8 & bbcode plugin
//Error-some code
element.setstyle('background', red);
// Right code.
element.setstyle('background-color', red);