묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
화일 순서가 같은데...왜 서로 달리 나타나는지...-.-
2005.01.27 11:32
http://www.leearchi.co.kr/2005/about/about.phphttp://www.leearchi.co.kr/2005/oneframe.php안녕하세여?
회사홈페이지를 만들고 있는데여...
두개의 화일이 형식이 똑같은데 결과는 왜 다르게 나타나나요?
oneframe.php는 제대로 나오는데 about.php는 다르게 나타나내요?(main.php(텍스트내용)가 밑으로 내려가 있어여)
왜 그런지 도무지 이유를 모르겠어여?
아시는 분 가르쳐주시면 감사..^^
-oneframe.php내용-
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="100" colspan="2" scope="col">
<?php include('head.php');?>
</td>
</tr>
<tr>
<td width="240" height="750" scope="col">
<?php include('leftmain.php');?>
</td>
<td width="560" height="750" scope="col">
<?php include('rightmain.php');?>
</td>
</tr>
<tr>
<td width="800" height="50" colspan="2" scope="col">
<?php include('foot.php');?>
</td>
</tr>
</table>
-about.php내용-
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="100" colspan="2" scope="col">
<?php include('../head.php');?>
</td>
</tr>
<tr>
<td width="240" height="750" scope="col">
<?php include('leftsub.php');?>
</td>
<td width="560" height="750" scope="col">
<?php include('main.htm');?>
</td>
</tr>
<tr>
<td width="800" height="50" colspan="2" scope="col">
<?php include('../foot.php');?>
</td>
</tr>
</table>
회사홈페이지를 만들고 있는데여...
두개의 화일이 형식이 똑같은데 결과는 왜 다르게 나타나나요?
oneframe.php는 제대로 나오는데 about.php는 다르게 나타나내요?(main.php(텍스트내용)가 밑으로 내려가 있어여)
왜 그런지 도무지 이유를 모르겠어여?
아시는 분 가르쳐주시면 감사..^^
-oneframe.php내용-
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="100" colspan="2" scope="col">
<?php include('head.php');?>
</td>
</tr>
<tr>
<td width="240" height="750" scope="col">
<?php include('leftmain.php');?>
</td>
<td width="560" height="750" scope="col">
<?php include('rightmain.php');?>
</td>
</tr>
<tr>
<td width="800" height="50" colspan="2" scope="col">
<?php include('foot.php');?>
</td>
</tr>
</table>
-about.php내용-
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="100" colspan="2" scope="col">
<?php include('../head.php');?>
</td>
</tr>
<tr>
<td width="240" height="750" scope="col">
<?php include('leftsub.php');?>
</td>
<td width="560" height="750" scope="col">
<?php include('main.htm');?>
</td>
</tr>
<tr>
<td width="800" height="50" colspan="2" scope="col">
<?php include('../foot.php');?>
</td>
</tr>
</table>