style.skin.css에서 스크립트가 적용 안되여~ 정보
그누보드 style.skin.css에서 스크립트가 적용 안되여~
본문
안녕하세여? 소주입니다.
지금 겔러리스킨을 바꾸고 있는 중인데여...
style.skin.css에서
.input {border:0; background:url(<?=$dir?>/img/dot.gif) repeat-x bottom; line-height:100%}
이런식으로 했더니 적용이 안되네여.
gallary 스킨 폴더 안에 icon이 들어있는 img폴더를 넣었거든요.
그런데 어찌하여.. 스타일시트가 적용되지 않을까여?
지금 겔러리스킨을 바꾸고 있는 중인데여...
style.skin.css에서
.input {border:0; background:url(<?=$dir?>/img/dot.gif) repeat-x bottom; line-height:100%}
이런식으로 했더니 적용이 안되네여.
gallary 스킨 폴더 안에 icon이 들어있는 img폴더를 넣었거든요.
그런데 어찌하여.. 스타일시트가 적용되지 않을까여?
댓글 전체
아... 아무도 대답을 안해줘서 답답했었는데, 정말로 감사해요
저와 비슷한 문제군요...
제 질문에 이민 님이 답변 주셨습니다.
------------------------------------------------------------------------
먼저 717번 글을 읽어보시고요...
아래는 그와같이 사용할수 있는 팁입니다.
gblist에 스킨을 적용한다고 하면 스킨이 적용되는 최상단, 그러니까 gblist_head.skin.php에
<?=$show_nogood_begin?>내용<?=$show_nogood_end?> // 비추천 보이게 함
*/
?>
<link rel='stylesheet' href='<?=$board_skin?>/style.skin.css' type='text/css'> <-- 이부분입니다.
<table width='<?=$width?>' align=center><tr><td>
와 같이 추가해 주시면 됩니다
---------------------------------------------------------------------------
제 질문에 이민 님이 답변 주셨습니다.
------------------------------------------------------------------------
먼저 717번 글을 읽어보시고요...
아래는 그와같이 사용할수 있는 팁입니다.
gblist에 스킨을 적용한다고 하면 스킨이 적용되는 최상단, 그러니까 gblist_head.skin.php에
<?=$show_nogood_begin?>내용<?=$show_nogood_end?> // 비추천 보이게 함
*/
?>
<link rel='stylesheet' href='<?=$board_skin?>/style.skin.css' type='text/css'> <-- 이부분입니다.
<table width='<?=$width?>' align=center><tr><td>
와 같이 추가해 주시면 됩니다
---------------------------------------------------------------------------