에디터에서 그림첨부할때 마진값먹는 현상 정보
에디터에서 그림첨부할때 마진값먹는 현상본문
댓글 전체
cheditor.js
if (linebreak) {
var p = document.createElement('p');
p.style.width = '100%';
p.style.margin = '5px 0px';
p.appendChild(outer);
outer = p;
}
if (linebreak) {
var p = document.createElement('p');
p.style.width = '100%';
p.style.margin = '5px 0px';
p.appendChild(outer);
outer = p;
}
눈물나려고해.. 고맙습니다 ㅎ! ^_^