html 로 작업할려면 어떻게 해야 합니까? > 그누3질답

그누3질답

html 로 작업할려면 어떻게 해야 합니까? 정보

그누보드 html 로 작업할려면 어떻게 해야 합니까?

본문

그냥 html로 작업하고 <? &nbsp;?>요 안에 있는 구문들을 최상단과 최하단에 그냥 붙이면 됩니다.
만약 프레임 구조를 구현할시 (include($gnu_path . 'head.php'); 이것과 include($gnu_path . 'tail.php'); 이것을
빼야 합니다... 아래는 임의로 만든 html입니다.. 참고 하세요
기타 자세한 노프레임 구조 설명은 아래 링크 참고
http://www.sir.co.kr/bbs/gnuboard.php?bo_table=tiptech&page=4&wr_id=453
<?
$gnu_path = "./";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');

$html_title = "저작권없는 그누보드";
include($gnu_path . 'head.sub.php');
include($gnu_path . 'head.php');
?>
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>

<body>
<table border="1">
 &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
 &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
 &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
 &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp;<td width="307">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p>&nbsp;</p>
 &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
</table>
<p>&nbsp;</p>
</body>

</html>
<?
include($gnu_path . 'tail.php');
include($gnu_path . 'tail.sub.php');
?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로