<h1 태그 글자 줄간격 조정이 안되네요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

<h1 태그 글자 줄간격 조정이 안되네요 정보

<h1 태그 글자 줄간격 조정이 안되네요

본문

아래처럼 <h1 태그를 이용하여 글자를 장식해봤는데요.
브라우즈로 보면 아래처럼 그대로 보입니다.
줄 간격이 너무 넓어요 좀 줄일 방법은 없을까요??




<table width="100%" border=0>
  <tr>
    <td height=70 align=center>
  <h1 style="font:1.25em/1.5 times arial; color:#ed0a0a;">마우스만 대도 바로 뜻이 보여요. </h1>
  <h1 style="font:1.25em/1.5 times arial; color:#ed0a0a;">뜻과 발음이 자동으로 발음이 들려요. </h1>
 </td>
  </tr>
</table>
  • 복사

댓글 전체

<table width="100%" border=0>
  <tr>
    <td align=center>
  <h1 style="font:1.25em/1.5 times arial; color:#ed0a0a;line-height:100%;">마우스만 대도 바로 뜻이 보여요. <br />뜻과 발음이 자동으로 발음이 들려요. </h1>
 </td>
  </tr>
</table>
<H1은
페이지에 하나만 있는 것이 권장 사항입니다.
그런 것이 <table 안에 있는 것은 적절하지 못한 듯합니다.
<table width="100%" border=0>
  <tr>
    <td height=70 align=center>
  <h1 style="font:1.25em/1.5 times arial; color:#ed0a0a;">마우스만 대도 바로 뜻이 보여요. </h1>
  <h1 style="font:1.25em/1.5 times arial; color:#ed0a0a;">뜻과 발음이 자동으로 발음이 들려요. </h1>
 </td>
  </tr>
</table>
==>
<p style="font:1.25em/1.5 times arial; color:#ed0a0a;line-height:120%;"">
마우스만 대도 바로 뜻이 보여요.<br />
뜻과 발음이 자동으로 발음이 들려요.
</p>
엑스엠엘님 말이 맞지요ㅎ
굳이 h1태그로 써야한다면 중간에 br같은 것을 넣지 말고, 두개로 쓰되. css로 margin을 0으로 주시면 상하간격이 조절되니다.
죄송한데 제가 너무 급한데 포인트가 없어서요,,,좀 도와주세요,,부탁드려요,,
 동영상을 올리면,,,보기페이지에서,.
유트부에서 파일을 퍼오면 깨집니다..
<object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/fkwPTz67sgI&hl=ko&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fkwPTz67sgI&hl=ko&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object>

에서 iptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object> 이하부분부터 글자로 나오면서 사이즈는 깨집니다,,왜그런건가요,.ip란 글자가 인식이 안되는거같은데,,어덯게 해야하나요?
© SIRSOFT
현재 페이지 제일 처음으로