Examples
Custom content css
This example demonstrates how to apply custom css file(s) to rich text editor contents. Multiple css files are supported
Demo Code:
<% Dim rte Set rte=new RichTextEditor rte.Name="Editor1" 'rte.ContentCss = "forecolor.css" rte.MvcInit() %>