RadEditor HTML结果显示在div CSS冲突中

时间:2012-07-20 12:37:45

标签: css telerik radeditor

我有来自RadGrid的HTML结果 - 例如:

RADEDITOR结果:

<strong>Testing</strong>

在CSS中:

body
{
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
    color: Red;
}

结果测试是RED,我想从RadEditor默认 - 黑色文本。 如何从RadEditor中读取黑色文本?

1 个答案:

答案 0 :(得分:1)

用于

很重要,因为默认情况下你的rededitor会给出黑色

{
color:red !important;
}