&

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

 
· 22년 전 · 972
그냥 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');
?>
|
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누3질답

+
제목 글쓴이 날짜 조회
배부른꿀꿀이
22년 전 조회 794
22년 전 조회 453
22년 전 조회 568
22년 전 조회 971
&&nbsp;
22년 전 조회 517
22년 전 조회 731
22년 전 조회 1,146
22년 전 조회 496
22년 전 조회 739
&&nbsp;
22년 전 조회 973
22년 전 조회 626
22년 전 조회 642
22년 전 조회 447
22년 전 조회 501
22년 전 조회 884
22년 전 조회 845
22년 전 조회 636
22년 전 조회 577
22년 전 조회 724
22년 전 조회 523
🐛 버그신고