css reset 시키면서 에디터 보기 페이지 충돌 문제 질문드립니다.
마루
안녕하세요.코딩 작업시 대부분의 디자이너, 퍼블리셔 분들이 css reset으로 초기화 하셔 작업 하신다고 생각합니다.근데 제가 사용하면저 저희 회사 개발팀과 작업하는중 에디터에서 게시물 작성 후 생성되는 보기 페이지에서에디터 자체에서 예를 들어기본 p태그, ul태그, li태그 등 기본적으로마진이나 패딩, 또는 불릿 속성같은태그 자체의 속성들이 있는데 리셋의 영향으로 에디터 보기 부분에서 html 비전문가 즉 고객들이 사용하는데 문제가생깁니다. 보통 다른 분들은 에디터 css 충돌 문제 어떻게들 해결하시는지 이를 해결 할 수 있는 방법 없을까요.전문 퍼블리셔 고수님들 해결책이 있으면 부탁드릴게요.
참고 리셋
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, table, th, td { margin:0; padding:0; }
img, fieldset { border:0; }
img { vertical-align:top; }
dl, ul, ol, menu, li { list-style:none; }
dl, dt, dd, ul, li, ol { vertical-align:top; }
body, table, th, td, input, textarea, button, select { font-family:돋움, Dotum, Arial, sans-serif; font-size:12px; color:#666; }
table { border-collapse:collapse; border-spacing:0; }
a { color:#666; text-decoration:none; }
a:active, a:hover, a:focus { text-decoration:none; }
a:hover { color:#666; }
address, caption,em { font-style:normal; font-weight:normal; }
label { cursor:pointer; }
legend { overflow:hidden; visibility:hidden; font-size:0; line-height:0; }
caption { display:none; }
em, address { font-style:normal; }
-
나빛
음... 역시 그방법 밖에 없는거네요. 감사합니다. 심비행기 님~!
-
한추렴
그럼 에디터에서 출력된 내용을 뿌려주는 곳에서 스타일을 주면 되지 않나요?