<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 연락처 -->
<dl class="hnArticle">
★<dt><span class="articleBull" >•</span> 고객센터 </dt> <----------------- 질문> 고객센터 배경을 빨간색으로 할려면 어케해요?
<dd>
<strong style="color:#999;">• 대표전화</strong> 064-000-0000 <br>
<strong style="color:#999;">• 인터넷폰</strong> 070-0000-0000 <br>
<strong style="color:#999;">• E-mail</strong> huon@huon.co.kr
</dd>
</dl><!-- /연락처 -->
|
답변 3개 / 댓글 1개
채택된 답변
+20 포인트
<style>
.hnArticle dt {background:red}
</style>
하면 될꺼같습니다.
완전땡초보
11년 전
이걸 어디가가 껴 넣어야 하나요?
답변에 대한 댓글 1개
완전땡초보
11년 전
감사합니다.
적용법을 모르겠네요~
이런걸 css 라고 하는건간요?
답변을 작성하려면 로그인이 필요합니다.