테스트 사이트 - 개발 중인 베타 버전입니다

에디터사용안하고 글쓰기시 텍스트 색상 채택완료

잠비오 4년 전 조회 1,962

아래글쓰기 내용입력부분입니다.

글쓰기 텍스트 색상을 다른 색으로 주고 싶은데

어떤 방법으로 해야할지 해서요

 

    <div class="write_div">
        <label for="wr_content" class="sound_only">내용<strong>필수</strong></label>
        <div class="wr_content <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>" >
            <?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
            <?php } ?>
            <?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
            <?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <div id="char_count_wrap"><span id="char_count"></span>글자</div>
            <?php } ?>
        </div>
        
    </div>

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
4년 전

<div class="wr_content <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>" >

될지 모르겠지만, 

<div class="wr_content <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>" style="font-color:#f00000;">

 

해보세요~

 

 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

잠비오
4년 전
답변주셔서 감사합니다. 적용해보니 요것은 안되네요

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인