헤드 인덱스 떨어진 거 아직 미해결 정보
헤드 인덱스 떨어진 거 아직 미해결본문
추천
0
0
관련링크
http://ida4all.net/gnuboard4
119회 연결
댓글 2개

아래 소스에서 <br> 때문에 엔터가 보이는 거네요^^ 모든 <br>을 빼주시면 됩니다.
<img src="http://idea4edu.com/images/head_05.gif" width="900" height="30" border="0" usemap="#Map" /><br>
<map name="Map" id="Map"><br>
<area shape="rect" coords="20,1,71,28" href="http://idea4edu.com/ages.htm"/><br>
<area shape="rect" coords="75,2,151,28" href="http://idea4edu.com/pro1.htm"/><br>
<area shape="rect" coords="161,0,284,29" href="http://idea4edu.com/test.htm"/><br>
<area shape="rect" coords="292,2,335,29" href="http://idea4edu.com/puz.htm"/><br>
<area shape="rect" coords="343,2,382,29" href="http://idea4edu.com/pro3.htm"/><br>
<area shape="rect" coords="391,1,506,29" href="http://idea4edu.com/intro.htm" /><br>
<area shape="rect" coords="517,1,601,29" href="http://brainsports.co.kr/gnuboard4/bbs/board.php?bo_table=fun" /><br>
<area shape="rect" coords="735,2,792,27" href="http://idea4edu.com/tt/board/ttboard.cgi?db=question" /><br>
<area shape="rect" coords="808,2,888,28" href="http://idea4edu.com/tt/board/ttboard.cgi?db=freeboard" /><br>
<area shape="rect" coords="629,2,728,29" href="http://idea4edu.com/parents.htm" /><br>
</map></td><br>
<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
</td></tr></table>
<!-- 메인화면 최신글 끝 -->
그리고 이걸 빼보시면 어떨까요. 쓸데없는 테이블도 가끔 공백을 만들어내거든요.
그리고 제가 크롬사용자인데 크롬에서는 IE보다 충격적이게 나오네요ㅠㅠ
개체마다 테이블로 따로 처리하시는 것보다 head.php 와 tail.php를 이용해서 전체적으로 table로 감싸주시면 엇나가지 않고 깔끔합니다.
<img src="http://idea4edu.com/images/head_05.gif" width="900" height="30" border="0" usemap="#Map" /><br>
<map name="Map" id="Map"><br>
<area shape="rect" coords="20,1,71,28" href="http://idea4edu.com/ages.htm"/><br>
<area shape="rect" coords="75,2,151,28" href="http://idea4edu.com/pro1.htm"/><br>
<area shape="rect" coords="161,0,284,29" href="http://idea4edu.com/test.htm"/><br>
<area shape="rect" coords="292,2,335,29" href="http://idea4edu.com/puz.htm"/><br>
<area shape="rect" coords="343,2,382,29" href="http://idea4edu.com/pro3.htm"/><br>
<area shape="rect" coords="391,1,506,29" href="http://idea4edu.com/intro.htm" /><br>
<area shape="rect" coords="517,1,601,29" href="http://brainsports.co.kr/gnuboard4/bbs/board.php?bo_table=fun" /><br>
<area shape="rect" coords="735,2,792,27" href="http://idea4edu.com/tt/board/ttboard.cgi?db=question" /><br>
<area shape="rect" coords="808,2,888,28" href="http://idea4edu.com/tt/board/ttboard.cgi?db=freeboard" /><br>
<area shape="rect" coords="629,2,728,29" href="http://idea4edu.com/parents.htm" /><br>
</map></td><br>
<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
</td></tr></table>
<!-- 메인화면 최신글 끝 -->
그리고 이걸 빼보시면 어떨까요. 쓸데없는 테이블도 가끔 공백을 만들어내거든요.
그리고 제가 크롬사용자인데 크롬에서는 IE보다 충격적이게 나오네요ㅠㅠ
개체마다 테이블로 따로 처리하시는 것보다 head.php 와 tail.php를 이용해서 전체적으로 table로 감싸주시면 엇나가지 않고 깔끔합니다.
너무 감사합니다. 시도해보겠습니다.