본문 바로가기
잡다

티스토리 새 스킨 적용시 아이콘 모양이 안나오는 경우에...

by Oh.mogilalia 2018. 10. 26.

아이콘 모양이 안나오는 경우...

"glyphicon 사용법"으로 구글링...

===================

이 스킨 skin.html 소스에 아래 내용 삽입

--------------------

7행~16행 삽입

<!-- Bootstrap 새로 삽입한 부분 시작-->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

    <!-- WARNING: Respond.js doesn't work if you view the page via  -->

    <!--[if lt IE 9]>

      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

    <![endif] 여기까지 1차-->

509행 ~ 512행 삽입

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) 여기부터 511 라인까지 삽입 -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>

<!-- Include all compiled plugins (below), or include individual files as needed -->

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

===================

밑줄 그은 부분 태그들을 스킨html 소스에 삽입해야...

삽입할 위치는 위쪽은 <style> 태그 위에, 아래쪽은 </body> 태그 바로 위쪽에...

태그 삽입 후 다음과 같이... 이전엔 ㅁ 표시로...

'잡다' 카테고리의 다른 글

블로그 XHTML, CSS 오류 잡기  (1) 2018.10.26
태국 AIS 유심 설정  (0) 2018.10.26
FM 안테나 만들기  (0) 2018.10.25
탁승용 메일  (0) 2018.10.23
차량 가짜 블박  (0) 2018.10.19