h.p.baxxter
Member
سلام چه جوری میشه کاری کرد که این ادیتور rtl بنویسه من direction: rtl;رو توی یه تیبل میذارم و ادیتور رو داخل تیبل ولی بازم راست چین نمیشه
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = '' ;
$oFCKeditor->Create() ;
$oFCKeditor->Config['EditorAreaStyles'] = 'body { direction:rtl; }' ;