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');
?>

댓글 전체

전체 9,564
그누3질답 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT