묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
(상세) 특정 게시물 No. 에 색상을 넣고 싶습니다
2011.10.07 16:03
xe 정보
xe1.4.5.9 - modules - board - skins - sketchbook5 - list_normal.html
<td class="no" cond="$val->type=='no' && $val->idx==-1">
<block cond="$document_srl==$document->document_srl">»</block>
<block cond="$document_srl!=$document->document_srl">{$no}</block>
</td>
이 부분에 색상을 넣고 싶습니다
예:) 300번째 게시물에 빨간 색상으로 표시
400번째 게시물에 파란 색상으로 표시
태그 연관 글
- [2012/08/20] 묻고답하기 게시판 확장변수를 여러개 추가후 그중 1개만 다른색상을 주고 싶은데요. *1
- [2011/03/21] 웹마스터 팁 xe_default 스킨 분류 색상이 정상적으로 적용/출력되지 않을 경우 *2
- [2009/07/05] 묻고답하기 게시물 제목 색깔 관련.. *2
댓글 2
-
송동우
2011.10.07 16:22
-
Sunt
2011.10.07 16:36
송동우님 정말 감사합니다.
<block cond="$document_srl!=$document->document_srl" class="no" style="color:red"|cond="$no%4000==0">{$no}</block>
이렇게 수정하니 해결되었습니다
xe - modules - board - skins - sketchbook5 - list_normal.html 열고
line 104쯤에
<td class="num" style="color:red"|cond="$no%100==0">
여기서 붉은 색 부분이 추가된 내용