묻고답하기
xe 로 웹페이지를 구현하는 중입니다 한 페이지에 게시판 2개 삽입
2016.09.21 01:31
"게시판 들어갈 곳"에 다른 게시판을 두개를 넣고 싶습니다..ㅜㅠ
xe를 사용 한지 얼마 안되서ㅠㅠ
아무리 해도 안되네요ㅠㅠ 도와주세요ㅠ
<!doctype html>
<html lang="en">
<head>
<META content="IE=11.0000" http-equiv="X-UA-Compatible">
<META name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width,target-densitydpi=medium-dpi">
<meta charset="UTF-8">
<title>Document</title>
<style>
#geust_title{width:100%; height:200px; background:blue; color:white; font-size:20pt;}
#geust_wrap{width:80%; overflow:hidden; margin:0 auto; background:yellow; color:white; }
#geust_footer{width:100%; height:200px; background:black; color:white; font-size:20pt;}
</style>
</head>
<body>
<div id="geust_title">첫번째 게시판입니당</div>
<div id="geust_warp">
첫번째게시판들어갈곳
</div>
<div id="geust_title">두번째 게시판입니당</div>
<div id="geust_warp">
두번째 게시판 들어갈곳
</div>
<div id="geust_footer">안녕히가세요</div>
</body>
</html>
XE 에서는 원칙적으로 불가능합니다.
억지로 두개의 게시판을 넣고프면
외부페이지를 하나 만든 후,
그 외부페이지에서 iframe 형태로 게시판 두개를 불러오는 식으로 하시는 방법뿐입니다
목록만 출력할거면 게시판처럼 생긴 위젯 을 쓰시는 방법도 있고요 ( 스케치북 스킨 형태의 위젯이 있습니다)