Select External CSS Files
Both StyleSheet1.css and StyleSheet2.css
StyleSheet1.css only
StyleSheet2.css only
None
Format
Normal
Formatted
Address
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Numbered List
Bulleted List
Directory List
Menu List
Definition Term
Definition
Format
Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
Description
You can set the styles inside the editor textbox by using
external CSS files
. UltimateEditor provides the
TextBoxCssFiles
property to set the CSS file names.
You can use multiple CSS files by setting the
TextBoxCssFiles
property to a
comma-delimited
list of CSS file
paths as follows:
<
kswc:UltimateEditor
ID=
"UltimateEditor1"
runat=
"server"
TextBoxCssFiles=
"/Karamasoft/UltimateEditor/v3.0/Demos/CS/Samples/Style/
ExternalCSSFiles/StyleSheet1.css, /Karamasoft/UltimateEditor/v3.0/Demos/
CS/Samples/Style/ExternalCSSFiles/StyleSheet2.css"
/>
You should use
absolute paths
(either full path starting with
http
prefix or
/
character) for your external CSS file
paths so that they can be reached from inside the editor content area.