답변 2개
채택된 답변
+20 포인트
11년 전
아니면 <span id="writeContents" ><?=$view[content];?></span> 이부분을
<span id="writeContents" style="line-height:10px;"><?=$view[content];?></span>
이런식으로 스타일 값을 줘도 되겠네요.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 3개
�
제니자요
11년 전
D
Dessi
11년 전
view에서 줄간격이 그렇게 보이시는거니 view.skin.php 에서 view[content] 쪽을 봐야할것 같습니다.
D
Dessi
11년 전
그리고 올려주신 style은 홈페이지 구성하는 style같고. 게시판 뷰를 style로 수정하실려면 게시판 skin폴더의 수정을 해야합니다. 가장 간단한 방법은 view.skin에서 <span id="writeContents" style="line-height:10px;"><?=$view[content];?></span>를 주는 방법입니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
아래 분명히 .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;}
......