칸나누기 정보
칸나누기본문
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>Test</title>
<link rel="shortcut icon" href="./images/icon.ico">
</head>
<body leftmargin="0" topmargin="0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,0" border=0>
<frame src="/gnuboard4" frameborder=0 scrolling=auto>
</frameset>
</html>
<table align="center" width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="1" height="126"><a href="index.html"><img src="./images/index_01.gif" border="0"></a></td>
</tr>
<tr>
<td height="63" width="1000"><? include_once("$g4[path]/xtx_topmenu.php"); ?> <td>
</tr>
<tr>
<td height="150" valign="top" <?=outlogin("basic");?></td>
<td width="500" height="400" align="center">
<p><?=latest("basic3", "rhdwl", 6, 55)?></p></td>
</tr>
<table>
</body>
</html>
위에 사진처럼 칸을 나누고싶은데 뜻대로 잘안되네요
위 소스처럼하면 사진처럼 저렇게되요.. 도움좀 부탁드립니다
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>Test</title>
<link rel="shortcut icon" href="./images/icon.ico">
</head>
<body leftmargin="0" topmargin="0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,0" border=0>
<frame src="/gnuboard4" frameborder=0 scrolling=auto>
</frameset>
</html>
<table align="center" width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="1" height="126"><a href="index.html"><img src="./images/index_01.gif" border="0"></a></td>
</tr>
<tr>
<td height="63" width="1000"><? include_once("$g4[path]/xtx_topmenu.php"); ?> <td>
</tr>
<tr>
<td height="150" valign="top" <?=outlogin("basic");?></td>
<td width="500" height="400" align="center">
<p><?=latest("basic3", "rhdwl", 6, 55)?></p></td>
</tr>
<table>
</body>
</html>
위에 사진처럼 칸을 나누고싶은데 뜻대로 잘안되네요
위 소스처럼하면 사진처럼 저렇게되요.. 도움좀 부탁드립니다
댓글 전체
<table width="600" border="0">
<tr>
<td height="43" colspan="3" bgcolor="#000000"> </td>
</tr>
<tr>
<td height="47" colspan="3" bgcolor="#666666"> </td>
</tr>
<tr>
<td height="87" bgcolor="#990000"> </td>
<td bgcolor="#0000FF"> </td>
<td bgcolor="#6633FF"> </td>
</tr>
<tr>
<td height="90" bgcolor="#0099CC"> </td>
<td bgcolor="#003366"> </td>
<td bgcolor="#FF9933"> </td>
</tr>
<tr>
<td height="115" colspan="3" bgcolor="#FF0000"> </td>
</tr>
</table>
이렇게 하면되나요? ㅎ
<tr>
<td height="43" colspan="3" bgcolor="#000000"> </td>
</tr>
<tr>
<td height="47" colspan="3" bgcolor="#666666"> </td>
</tr>
<tr>
<td height="87" bgcolor="#990000"> </td>
<td bgcolor="#0000FF"> </td>
<td bgcolor="#6633FF"> </td>
</tr>
<tr>
<td height="90" bgcolor="#0099CC"> </td>
<td bgcolor="#003366"> </td>
<td bgcolor="#FF9933"> </td>
</tr>
<tr>
<td height="115" colspan="3" bgcolor="#FF0000"> </td>
</tr>
</table>
이렇게 하면되나요? ㅎ
감사합니다 !! 정말 잘 배워가요