'Using the CKEDITOR_CONFIGS in class ckeditor

I have already set CKEDITOR_CONFIGS in settings.py, but when I try to use

<td><textarea class="ckeditor" name="remark" id="test1" cols="30" rows="10"></textarea></td>

both are in different styles.

How can I make ckeditor in class using the style I have set in CKEDITOR_CONFIGS?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source