묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[질문] 노프레임하는데 테이블이 이상해집니다
2002.11.21 21:16
http://fwd.wowhosting.xwow.net:1111/punkhead/index.php
문제 있는 페이지 입니다.
index.php 파일 테이블 부분입니다.(이게 소스 전부입니다)
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" align="left">
<? include ("menu.php"); ?>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100" width="400"bgcolor="blue" valign="top" align="left">
</td>
<td bgcolor="red" width="400" valign="top" align="left">
</td>
</tr>
</table>
menu.php입니다
<body background="image/menudot.gif" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<img src="image/img2.jpg" width="267" height="165" border="0">
</body>
소스를 수정하다가 약간 바꼈습니다...하지만 그냥 테이블 만들고 이미지만 몇개 띠운것 뿐이니 별차이 없습니다..;;
인클루드를 안할시에는 위쪽 테이블과 아래쪽 테이블이 딱 붙어있었는데,
인클루드를 해오니까 menu.php파일과 그 밑에 테이블 사이가 하얗게 떠버립니다..
ㅈ어떻게 해야하죠....?? ㅈ
문제 있는 페이지 입니다.
index.php 파일 테이블 부분입니다.(이게 소스 전부입니다)
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" align="left">
<? include ("menu.php"); ?>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100" width="400"bgcolor="blue" valign="top" align="left">
</td>
<td bgcolor="red" width="400" valign="top" align="left">
</td>
</tr>
</table>
menu.php입니다
<body background="image/menudot.gif" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<img src="image/img2.jpg" width="267" height="165" border="0">
</body>
소스를 수정하다가 약간 바꼈습니다...하지만 그냥 테이블 만들고 이미지만 몇개 띠운것 뿐이니 별차이 없습니다..;;
인클루드를 안할시에는 위쪽 테이블과 아래쪽 테이블이 딱 붙어있었는데,
인클루드를 해오니까 menu.php파일과 그 밑에 테이블 사이가 하얗게 떠버립니다..
ㅈ어떻게 해야하죠....?? ㅈ