묻고답하기
다시질문 ~~
2009.02.27 14:51
XE용 스킨을 사용하였는데
제목크기가 완전 크게 나와버리더라구요...
어떤문제가 있는걸까요..?!ㅠㅠ
또 최근게시물을 클릭하면 새창에뜨게하고싶은데
어느부분을 수정해야하나요 ㅠㅠ
댓글 2
-
궁금이2
2009.02.27 15:14
-
ㅎㅏ늘이
2009.02.27 18:45
최근게시물위젯만다시했는데도 안되는데 ㅠㅠ
밑에 제가 css파일내용을 같이올려볼게요 ㅠ
잘못된곳이있나 확인좀 해주세요 ㅠ
.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest_white h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;}.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:20px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}
.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;}
.latest_white a.more:hover { text-decoratio
그리고 새창으로 띄우기하려고 list.html파일받아서
열었는데 소스가
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
이렇게 생겼어요 ㅠ ㅠ
target을 어느부분에 넣어야할까요 ㅠ
스킨을 고른후 '선택' 버튼을 눌러 컬러셋이 표시되어야 합니다.
그래도 안되면 최근게시물 위젯만 다시 업로드해보세요.
새창은 권장하고 싶지않지만...
list.html 에서
<a href="...." target="_blank"> 를 추가해줍니다.
comment 와 more 부분도 같이 해야겠지요.