칸나누기 > 그누4 질문답변

그누4 질문답변

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

칸나누기 정보

칸나누기

본문

<?
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">&nbsp;</td>
  </tr>
  <tr>
    <td height="47" colspan="3" bgcolor="#666666">&nbsp;</td>
  </tr>
  <tr>
    <td height="87" bgcolor="#990000">&nbsp;</td>
    <td bgcolor="#0000FF">&nbsp;</td>
    <td bgcolor="#6633FF">&nbsp;</td>
  </tr>
  <tr>
    <td height="90" bgcolor="#0099CC">&nbsp;</td>
    <td bgcolor="#003366">&nbsp;</td>
    <td bgcolor="#FF9933">&nbsp;</td>
  </tr>
  <tr>
    <td height="115" colspan="3" bgcolor="#FF0000">&nbsp;</td>
  </tr>
</table>

이렇게 하면되나요? ㅎ
© SIRSOFT
현재 페이지 제일 처음으로