특정 문자가 등장할 때마다 개행을 하고자 할 때 MS Office를 활용하는 방법(excel, word).
엑셀 | 워드 | |
줄바꿈(개행) 문자 | ctrl + j | ^p |
예를 들어 아래와 같은 문자열을
.t10 .section_con { margin-bottom: 90px; }.t10 .section_con .inner { padding-top: 40px; }.t10 .section_con .inner .img_wrap { position: relative; width: 100%; }
아래와 같이 만들고자 할 때(또는 반대의 경우)
.t10 .section_con { margin-bottom: 90px; }
.t10 .section_con .inner { padding-top: 40px; }
.t10 .section_con .inner .img_wrap { position: relative; width: 100%; }
바꾸기 ctrl + h 창에서 프로그램에 맞게 문자를 입력해 주면 된다.
추가
- 엑셀에서 ctrl + j 를 누르면 마치 공란인 것처럼 보이지만 입력된 것임
- 엑셀에서는 함수를 사용해도 가능 =SUBSTITUTE(K5, CHAR(10), ";")