지에디터(geditor) 배경색 바꾸기~ 정보
지에디터(geditor) 배경색 바꾸기~
본문
HTML 부분은
geditor.js 파일 96번째 줄에 보시면
ge_editor.write("body { padding:0px; margin:5px; font-size:10pt; font-family:Dotum; }");
이 부분을 수정하시면 됩니다.
ge_editor.write("body { background-color:#0099FF; padding:0px; margin:5px; font-size:10pt; font-family:Dotum; }");
요런식으로..
TEXT 부분은
412 번째 줄에
draw += "<textarea id=\""+ge_textarea+"\" style=\"background-color:#0099FF; width:100%;height:"+ge_height+";display:none;border:0;padding:5px;margin:0px;font-size:12px;font-family:Gulim;line-height:20px;word-break:break-all;\"></textarea>";
HTML Source 부분은
413 번째 줄에
draw += "<textarea id=\""+ge_source+"\" style=\"background-color:#0099FF; width:100%;height:"+ge_height+";display:none;border:0;padding:5px;margin:0px;font-size:12px;font-family:Gulim;line-height:20px;word-break:break-all;\"></textarea>";
geditor.js 파일 96번째 줄에 보시면
ge_editor.write("body { padding:0px; margin:5px; font-size:10pt; font-family:Dotum; }");
이 부분을 수정하시면 됩니다.
ge_editor.write("body { background-color:#0099FF; padding:0px; margin:5px; font-size:10pt; font-family:Dotum; }");
요런식으로..
TEXT 부분은
412 번째 줄에
draw += "<textarea id=\""+ge_textarea+"\" style=\"background-color:#0099FF; width:100%;height:"+ge_height+";display:none;border:0;padding:5px;margin:0px;font-size:12px;font-family:Gulim;line-height:20px;word-break:break-all;\"></textarea>";
HTML Source 부분은
413 번째 줄에
draw += "<textarea id=\""+ge_source+"\" style=\"background-color:#0099FF; width:100%;height:"+ge_height+";display:none;border:0;padding:5px;margin:0px;font-size:12px;font-family:Gulim;line-height:20px;word-break:break-all;\"></textarea>";
추천
1
1
댓글 0개