How can I set datas with CKEditor (4.0) with CSS style ?\[code\]$quote = $editor + '<br />'+ '<div class="quote">'+ '<div class="quote-infos">'+ '<i class="icon-comment icon-white"></i>'+ ' <span class="quote-user">'+$user+'</span>,'+ ' <span class="quote-date">'+$date+'</span> :'+ '</div>'+ '<blockquote>'+$div.html()+'</blockquote>'+ '</div>'; editorMessage.setData($quote);\[/code\]In this code, when I send the datas to a POST form, I just have \[code\]<div><div><i></i><span\[/code\]...