묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
글쓴 시간등 없애는 방법
2012.04.13 19:38
항상 도움되는 답변 감사드립니다.~
http://www.asktax.co.kr/?mid=asktax_sub02_03&document_srl=8477
첨부한 그림에서 빨간색 표시한 부분을 없애고 싶은데요..
어디에서 수정할 수 있을까요?
부탁 좀 드리겠습니다.
xe - modules - board - skins - xe_board - css - common.css 열고
line 70 쯤에
.boardRead .dateAndCount .date {display:none; float:right; background:url("../images/common/calendar.gif") no-repeat left top; padding-left:18px; margin-left:10px; }
.boardRead .dateAndCount .readedCount {display:none; float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/read.gif") no-repeat left top; padding-left:18px; color:#4A3FD7;}
.boardRead .dateAndCount .votedCount {display:none; float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/vote.gif") no-repeat left top; padding-left:18px; color:#D76A3F;}
.boardRead .dateAndCount .replyAndTrackback {display:none; float:right; }
여기서 붉은 색이 추가된 내용
이 게시물을.....
삭제하려면
view_document.html
line 100 쯤에
{$oDocument->getContent(false)}
여기서 붉은 색 추가....