분류
html
그누보드5에서 게시판을 초기화면으로 설정하기
본문
게시판을 초기화면으로 할 경우,
이동코드를 사용하면 상단 주소에 드러나서 싫어하는 분이 있죠?
iframe을 이용하여 변칙처리(?)...
index.php 파일을 열어서...
<style>
body{margin:0;padding:0;}
</style>
<iframe src="<?php echo G5_BBS_URL;?>/board.php?bo_table=abc" frameborder="0" scrolling="auto" style="width:100vw;height:100vh;margin:0;padding:0;"></iframe>
위에서 'abc' 부분을 만든 게시판명으로 바꿔주면 됩니다....
- 이전글순수 CSS로 구현하는 멋진 애니메이션 18.08.21
- 다음글공유와 협업이 가능한 온라인 스토리보드 18.08.21