0

私は RadGrid からの HTML 結果を持っています - 例:

RADEDITOR の結果:

<strong>Testing</strong>

CSS で:

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

結果のテストは赤です。RadEditor のデフォルトが必要です - 黒のテキスト。RadEditor から黒いテキストを読み取るにはどうすればよいですか?

4

1 に答える 1

1

慣れている

あなたのrededitorはデフォルトで黒を与えるので重要です

{
color:red !important;
}
于 2012-07-20T12:39:41.403 に答える