03 Feb 2010, 11:55 AM
|
Karamasoft
Joined on 09-05-2004
Posts 5,334
|
|
|
If you take a look at StyleSheet2.css in that sample, the body style is defined as follows:
body
{
color:#0000FF;
}
Therefore, the body text color is defined as blue, not black. If you are not able to achieve what you're looking for through external CSS files, try setting the initially selected values for the foreground and back color toolbar buttons in your editor XML file as shown in our Initialize Toolbar Items sample at http://www.karamasoft.com/Samples.aspx?component=UltimateEditor&sample=InitializeToolbarItems.
|
|
|
|
|
|
|
|
|