我有来自RadGrid的HTML结果 - 例如:
RADEDITOR结果:
<strong>Testing</strong>
在CSS中:
body
{
margin: 0px;
padding: 0px;
background-color: #f1f1f1;
color: Red;
}
结果测试是RED,我想从RadEditor默认 - 黑色文本。 如何从RadEditor中读取黑色文本?
答案 0 :(得分:1)
用于
很重要,因为默认情况下你的rededitor会给出黑色
{
color:red !important;
}