묻고답하기
프레임이 웹에 올리면 높이가 임의대로 늘어나요...
2008.02.12 13:43
사이트를 열심히 만들어서 웹에 올렸더니 갑자기 사이트의 마지막 카피라이트넣은 부분의
높이가 높아지네요...링크걸게요 http://www.taeanfarm.com/
가보시면 맨아래 카피라이트가 이미지 바로밑에 붙게끔 디자인했거든요?
근데 에프티피에 올려서 웹에서 보니까 저렇게 카피라이트부분의 박스높이가 커졌어요.
무엇때문에 그런걸까요?
감사합니다..;;;
아그리고 아래는 해당페이지소스입니다. 혹시나 도움이 될까해서요..ㅜㅜ
______________________________________
<?php
$_zb_url = "/bbs/";
$_zb_path ="/home/hosting_users/sast0815/www/bbs/";
include $_zb_path."outlogin.php";
include $_zb_path."lat_bbs_board/bbs_board.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>태안농장입니다</title>
</head>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {
color: #D5D5D5;
font-size: 12px;
}
.style2 {font-size: 11px}
-->
</style>
<table width="850" height="644" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="right" valign="bottom">
<td height="20" colspan="2"><div align="right">
<select
style="width:196px; font-family:Dotum; font-size:9pt; color:#ffffff; background-color: #99CC00;"
onChange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=select2>
<option>패밀리사이트 바로가기 ---</option>
<option value="http://www.kbcsusan.com/">강병철수산닷컴</option>
<option value="http://www.ssakimana.com/">새끼만화닷컴</option>
</select>
</div></td>
</tr>
<tr align="center" valign="bottom">
<td height="150" colspan="2" background="http://taeanfarm.com/top.jpg"></td>
</tr>
<tr align="left" valign="top">
<td width="180" height="50"><? print_outlogin("skin4", 1, 10) ?> </td>
<td width="670" height="450" rowspan="5"><img src="http://taeanfarm.com/mi.jpg" width="670" height="450"></td>
</tr>
<tr align="left" valign="top">
<td width="180" height="50"></td>
</tr>
<tr align="left" valign="top">
<td width="180" height="50"></td>
</tr>
<tr align="left" valign="top">
<td width="180" height="50"></td>
</tr>
<tr align="left" valign="top">
<td width="180" height="250"></td>
</tr>
<tr align="right" valign="bottom">
<td height="24" colspan="2"><div align="right" class="style1">Copyright 2008 taeanfarm.com All Rights Reserved</div></td>
</tr>
</table>
</html>