e

게시판을 조금 올리고 싶은데..

· 2012-10-28 (일) 17:50:30 · 954 · 3
ㄱㄱㄱ copy.jpg
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : www.tlmkr.com



위의 사진과 같이 게시판을 조금 더 올리고 싶은데,..valign="top" 을 아무리 줘도

변화가 없네요..;; 고수님들 조금만 가르쳐 주시길 바랍니다.

아래는 소스입니다.



<?
$g4_path="./gnuboard4";
include_once("./gnuboard4/common.php");
include_once("./gnuboard4/head.sub.php");
include_once("./gnuboard4/lib/outlogin.lib.php");
include_once("./gnuboard4/lib/latest.lib.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>sub0700_2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
background-image: url(images/bgimage.jpg);
}
.tr43 {
font-size: 12px;
line-height: 20px;
color: #800000;
}
</style>
</head>
<body bgcolor="#FFFFFF">
<?
$path="./head";
include_once("./head.php");
?>
<!-- ImageReady Slices (sub0700_2.jpg) -->
<table width="965" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td colspan="5"><object id="FlashID9" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="965" height="150">
<param name="movie" value="flash/subflash99.fla.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="7.0.70.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="flash/subflash99.fla.swf" width="965" height="150">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="7.0.70.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object></td>
</tr>
<tr>
<td width="13" rowspan="5" bgcolor="#FFFFFF"> </td>
<td height="24" bgcolor="#FFFFFF"> </td>
<td width="22" rowspan="5" bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF">
<img src="images/sub07_05.gif" width="687" height="24" alt=""></td>
<td width="23" rowspan="5" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" rowspan="2" bgcolor="#FFFFFF"><table width="220" height="185" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_" vspace="top">
<tr>
<td><img src="images/sub07_notice_01.gif" alt="" width="220" height="50" align="top" /></td>
</tr>
<tr>
<td><img src="images/sub07_notice_02.gif" alt="" width="220" height="135" align="top" /></td>
</tr>
</table></td>
<td valign="top" height="50" bgcolor="#FFFFFF">
<img src="images/sub07_08.gif" width="687" height="50" alt=""></td>
</tr>
<tr>
<td valign="top" rowspan="2"><table width="687" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_2" valign="top">
<tr>
<td height="603" valign="top" bgcolor="#FFFFFF"><iframe id="embeded-content" width="100%" height="100%" src="http://www.tlmkr.com/gnuboard4/bbs/board.php?bo_table=notice" marginwidth="0" marginheight="0" frameborder="0" valign="top"></iframe> <script type="text/javascript">
function resize_frame(id) {
var frm = document.getElementById("embeded-content");
function resize() {
frm.style.height = "auto"; // set default height for Opera
contentHeight = frm.contentWindow.document.body.scrollHeight;
frm.style.height = contentHeight + 23 + "px"; // 23px for IE7
}
if (frm.addEventListener) {
frm.addEventListener('load', resize, false);
} else {
frm.attachEvent('onload', resize);
}
}
resize_frame('embeded-content');
</script> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="220" rowspan="2" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> </td>
</tr>
</table>
<!-- End ImageReady Slices -->
<?
$path="./foot";
include_once("./foot.php");
?>
<script type="text/javascript">
swfobject.registerObject("FlashID9");
</script>
</body>
</html>

첨부파일

ㄱㄱㄱ copy.jpg (509.8 KB)
0회 2012-10-28 17:50
|

댓글 3개

2012-10-28 (일) 18:50:56
구조가 좀 잘못 짜여진듯한데
출력이 목적이시라면 Table_2 앞부분에 rowspan 을 빼보세요..
2012-10-28 (일) 19:31:48
감사합니다. 위로 올라오네요.^^
iframe 코드 바로위에

<table width="687" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_2" valign="top">
<tr>
<td height="603" valign="top" bgcolor="#FFFFFF">

이렇게코드가 되어있는데

<table width="687" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_2" valign="top">
<tr>
<td valign="top" bgcolor="#FFFFFF">

이렇게 수정해보세요
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
12-10-29 조회 1,044
12-10-29 조회 1,082
12-10-29 조회 956
12-10-29 조회 1,554
12-10-28 조회 866
12-10-28 조회 884
12-10-28 조회 955
12-10-28 조회 1,059
12-10-28 조회 1,065
12-10-28 조회 1,719
12-10-28 조회 1,009
12-10-28 조회 3,020
12-10-28 조회 769
12-10-28 조회 685
12-10-28 조회 1,110
12-10-28 조회 1,672
12-10-27 조회 896
12-10-27 조회 805
12-10-27 조회 1,712
12-10-27 조회 1,632