Home 게시판 커뮤니티 Q&A iG:Syntax Hiliter 문의드립니다

20개 답변, 3 voices Last updated by Avatar of larsulrichlarsulrich 18 years, 1 month 전
  • 익명
    손님
    @
    #1387

    CAUTION:- Leaving any colour field blank will not remove the colour, its just that your colour won’t be changed. Also, if you don’t save a valid Colour HexCode, then you’ll be responsible if your CSS breaks.

    위와 같은 메시지가 떠있는데 연관이 있을까요?

    코드 라인의 숫자를 꾸미는 컬러와 연관된 것이어서 그다지 상관은 없는 듯한데,
    컬러의 헥사코드를 제대로 안 쓰면 CSS가 끊어진다는 경고는 하고 있군요.
    컬러의 코드를 #3A6A8B 식으로 제대로 썼는지 한번 점검해 보시고요.

    아무튼 플러그인 관련 CSS가 제대로 연결되어 있지 않은 것이 분명합니다.
    위의 이유일 수도 있겠고, 파일명이 잘못되었을 수도 있겠고, …등등
    제가 알지 못하는 어떤 이유 때문에 끊어져 있는 듯합니다.

    파이어폭스의 Web Developer Toolbar를 이용해서 점검해 보세요.
    (이 확장기능은 아시지요? 잘 모르시면 꼭!!! 사용해 보세요. 무지 유용합니다.)
    이 Web Developer Toolbar를 이용해서 larsulrich 님의 블로그 CSS들 중에서
    syntax_hilite_css.css를 클릭하면 다음의 메시지가 나온답니다:


    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>404 Not Found</TITLE>
    </HEAD><BODY>
    <H1>Not Found</H1>
    The requested URL /wp-content/plugins/ig_syntax_hilite/css/syntax_hilite_css.css was not found on this server.<P>
    <HR>
    <ADDRESS>Apache/1.3.34 Server at larsulrich.skynet.co.kr Port 80</ADDRESS>
    </BODY></HTML>

    그래서 Web Developer Toolbar를 이용해 syntax_hilite_css.css 파일에
    제가 말씀드린 CSS 코드를 입력해 보았습니다.
    그 결과는 다음 그림과 같습니다. 네비게이션바가 나타나지요?

    위의 결과는 어떤 이유인지는 몰라도 larsulrich님의 블로그에서
    syntax_hilite_css.css 파일이 제대로 연결되어 있지 않다는 추정을 가능하게 합니다.[/img]

    익명
    손님
    @
    #1397

    CAUTION:- Leaving any colour field blank will not remove the colour, its just that your colour won’t be changed. Also, if you don’t save a valid Colour HexCode, then you’ll be responsible if your CSS breaks.

    위와 같은 메시지가 떠있는데 연관이 있을까요?

    코드 라인의 숫자를 꾸미는 컬러와 연관된 것이어서 그다지 상관은 없는 듯한데,
    컬러의 헥사코드를 제대로 안 쓰면 CSS가 끊어진다는 경고는 하고 있군요.
    컬러의 코드를 #3A6A8B 식으로 제대로 썼는지 한번 점검해 보시고요.

    아무튼 플러그인 관련 CSS가 제대로 연결되어 있지 않은 것이 분명합니다.
    위의 이유일 수도 있겠고, 파일명이 잘못되었을 수도 있겠고, …등등
    제가 알지 못하는 어떤 이유 때문에 끊어져 있는 듯합니다.

    파이어폭스의 Web Developer Toolbar를 이용해서 점검해 보세요.
    (이 확장기능은 아시지요? 잘 모르시면 꼭!!! 사용해 보세요. 무지 유용합니다.)
    이 Web Developer Toolbar를 이용해서 larsulrich 님의 블로그 CSS들 중에서
    syntax_hilite_css.css를 클릭하면 다음의 메시지가 나온답니다:


    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>404 Not Found</TITLE>
    </HEAD><BODY>
    <H1>Not Found</H1>
    The requested URL /wp-content/plugins/ig_syntax_hilite/css/syntax_hilite_css.css was not found on this server.<P>
    <HR>
    <ADDRESS>Apache/1.3.34 Server at larsulrich.skynet.co.kr Port 80</ADDRESS>
    </BODY></HTML>

    그래서 Web Developer Toolbar를 이용해 syntax_hilite_css.css 파일에
    제가 말씀드린 CSS 코드를 입력해 보았습니다.
    그 결과는 다음 그림과 같습니다. 네비게이션바가 나타나지요?

    위의 결과는 어떤 이유인지는 몰라도 larsulrich님의 블로그에서
    syntax_hilite_css.css 파일이 제대로 연결되어 있지 않다는 추정을 가능하게 합니다.[/img]

    Avatar of aeronovaaeronova
    Participant
    @aeronova
    #1388

    음… 저도 설치 과정은 그냥 문서를 따라 했습니다.
    아무래도 CSS 파일의 문제인 듯 싶어서 제가 사용한 CSS를 올립니다.
    이걸로 larsulrich님의 문제가 좀 해결되었으면 싶네요.

    syntax_hilite_css.css


    .syntax_hilite, li .syntax_hilite {
       /*padding:3px 3px 10px 8px; border:1px solid #303130; background-color:#FEFEFE;*/
       padding:3px 3px 10px 8px; border:1px solid #FFFFFF; background-color:#FEFEFE;
       font-size:13px; font-family:'Courier New',Courier,monospace;
       /* comment the line below to remove scrolling in code boxes */
       overflow:auto; white-space:nowrap;
    }
    /* change this line to set the width of code box */
    /*.syntax_hilite { width:500px; }*/
    .syntax_hilite { width:460px; }
    /* change this line to set the width of code box in a list */
    /*li .syntax_hilite { width:460px; }*/
    li .syntax_hilite { width:420px; }
    .igBar, li .igBar {
       /*background-color:#D6D3CE; font-family:courier,arial,verdana;*/
       /*background-color:#99CCFF; font-family:courier,arial,verdana;*/
       background-color:#E8E8E8; font-family:courier,arial,verdana;
       border-left:1px solid #EEEEEE; border-top:1px solid #EEEEEE;
       /*border-right:1px solid #424142;*/
       border-right:1px solid #FFFFFF;
    }
    /* change this line to set the width of plain text bar above code box */
    /*.igBar { width:511px; }*/
    .igBar { width:471px; }
    /* change this line to set the width of plain text bar above code box in a list */
    /*li .igBar { width:471px; }*/
    li .igBar { width:431px; }
    .igBar a, .igBar a:hover {
       margin:0px 5px 0px 10px; font-weight:bold; color:#000000;
       text-decoration:none;
    }
    .syntax_hilite .langName { color:#000000; font-weight:bold; }
    .syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }

    Avatar of aeronovaaeronova
    Participant
    @aeronova
    #1398

    음… 저도 설치 과정은 그냥 문서를 따라 했습니다.
    아무래도 CSS 파일의 문제인 듯 싶어서 제가 사용한 CSS를 올립니다.
    이걸로 larsulrich님의 문제가 좀 해결되었으면 싶네요.

    syntax_hilite_css.css


    .syntax_hilite, li .syntax_hilite {
       /*padding:3px 3px 10px 8px; border:1px solid #303130; background-color:#FEFEFE;*/
       padding:3px 3px 10px 8px; border:1px solid #FFFFFF; background-color:#FEFEFE;
       font-size:13px; font-family:'Courier New',Courier,monospace;
       /* comment the line below to remove scrolling in code boxes */
       overflow:auto; white-space:nowrap;
    }
    /* change this line to set the width of code box */
    /*.syntax_hilite { width:500px; }*/
    .syntax_hilite { width:460px; }
    /* change this line to set the width of code box in a list */
    /*li .syntax_hilite { width:460px; }*/
    li .syntax_hilite { width:420px; }
    .igBar, li .igBar {
       /*background-color:#D6D3CE; font-family:courier,arial,verdana;*/
       /*background-color:#99CCFF; font-family:courier,arial,verdana;*/
       background-color:#E8E8E8; font-family:courier,arial,verdana;
       border-left:1px solid #EEEEEE; border-top:1px solid #EEEEEE;
       /*border-right:1px solid #424142;*/
       border-right:1px solid #FFFFFF;
    }
    /* change this line to set the width of plain text bar above code box */
    /*.igBar { width:511px; }*/
    .igBar { width:471px; }
    /* change this line to set the width of plain text bar above code box in a list */
    /*li .igBar { width:471px; }*/
    li .igBar { width:431px; }
    .igBar a, .igBar a:hover {
       margin:0px 5px 0px 10px; font-weight:bold; color:#000000;
       text-decoration:none;
    }
    .syntax_hilite .langName { color:#000000; font-weight:bold; }
    .syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }

    Avatar of larsulrichlarsulrich
    Participant
    @larsulrich
    #1389

    지금보니 다음날 다시 WP를 로그인하고 관리자 iG:Syntax Hiliter 옵션을 보니 모두 디폴트 상태로 되어있네요 :-//

    Avatar of larsulrichlarsulrich
    Participant
    @larsulrich
    #1399

    지금보니 다음날 다시 WP를 로그인하고 관리자 iG:Syntax Hiliter 옵션을 보니 모두 디폴트 상태로 되어있네요 :-//

6 글 보임 - 16에서 21 까지 (총 21 중에서)
  • 답변은 로그인 후 가능합니다.