채택완료

(초보) 게시판에 스타일시트 추가하기 질문입니다.,

2017-10-01 (일) 18:32:14 2,811

넣고 싶은 스타일시트는  head.php index.php 와 같은 최상단 루트에 있구요.. 

style00.css 라는 스타일시트를 게시판에 추가하고싶은데 그 루트 적는 법을 모르겠습니다 ㅠㅠ

../../../style00.css 라던지  http://주소.com/style00.css 라던지는 안 먹힐 거란 건 알겠는데..ㅠㅠ

초보를 도와주세요 ㅠㅠㅋ

add_stylesheet('<link rel="stylesheet" href="스타일시트 루트">', 0);

add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 1);

답변 1개

채택된 답변
+20 포인트

add_stylesheet('<link rel="stylesheet" href="'.G5_URL.'/style00.css">', 0);

답변을 작성하려면 로그인이 필요합니다.