한번 더 여쭤볼게요. 제가 사용하는 style.css 입니다.
아래 분명히 .lh { line-height: 160%; } 이렇게 명시가 되어 있는데도 불구하고 글을 작성하면 줄 간격이 그대로 좁게 나타납니다. 여기서는 엔터를 치거나 자연스럽게 줄 바뀜이 되더라도 줄 간격이 일정하게 나타나는데 제 홈피에선 엔터를 치면 크게 벌어지고 엔터 없이 줄이 바뀐곳은 위아래 줄이 좁게 나타납니다. 어떻게 해야할지 정말 모르겠습니다. 한번만 더 알려 주세요
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#4d4d4d; }
form { margin:30px; }
a,area { blr:expression(this.onFocus=this.blur()) }
img {border: none;}
#cTop {width: 81px; height: 540px; position: position;}
/* img {border:0px;} */
a:link, a:visited, a:active { text-decoration:none; color:#4d4d4d; }
a:hover { text-decoration: none;
font-weight:normal;
color: FC7905; }
a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }
.member {}
.guest {font-weight:normal;}
.board_cont {font-family:Verdana; font-size:11pt; color:2d2d2d}
.lh { line-height: 160%; }
.jt { text-align:justify; }
.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }
.ul { list-style-type:square; color:#66AEAD; }
.ct { font-family: Verdana, 굴림; color:#222222;}
......