메인 레이아웃인데요. 메인 헤드게시판 바로 아래 오른쪽으로 좌우전체 3분의 2정도 크기의 정보
메인 레이아웃인데요. 메인 헤드게시판 바로 아래 오른쪽으로 좌우전체 3분의 2정도 크기의본문
메인 레이아웃인데요. 메인 헤드게시판 바로 아래 오른쪽으로 좌우전체 3분의 2정도 크기의
이미지나 사진을 넣고 싶은데
htlm 보면 도저히 어디를 수정해야할지 모르겠네요.
휴온 빌더로 만드는중인데,
좀 도와주세요. 그림이나 사진 넣을라면 어떻게 수정해야하죠?
이미지는 어디 폴더에다가 업로드를 하며
htlm 수정은 어떻게 해야하는지 부디 가르침을 주세요.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "xxxxx닷컴";
include_once("./_head.php");
//샘플게시판 생성 - 필요치 않으면 주석처리(//)하여 주세요.
include_once("$g4[path]/upgrade/bbs_upgrade.php");
?>
<link href="<?=$g4[path]?>/css/index.css" rel="stylesheet" type="text/css">
<!-- section -->
<div id="section">
<!-- 최신글 -->
<div id="mainLatest1"><?= latest("hn_basic", "notice", 5, 52) ?>
</div><!-- /최신글 -->
<!-- 최신갤러리 -->
<div id="mainLatest2"><?= latest("hn_basic", "bbs1", 4) ?>
</div><!-- /최신갤러리 -->
<!-- 최신갤러리 -->
<div id="mainLatest3"><?= latest("hn_basic", "gamestory", 4) ?>
</div><!-- /최신갤러리 -->
</div><!-- /section -->
<!-- aside -->
<div id="aside">
<!-- 최신글 -->
<div id="asideLatest1"><?= latest("hn_basic", "news", 5, 19) ?>
</div><!-- /최신글 -->
<!-- 최신글 -->
<div id="asideLatest2"><?= latest("hn_basic", "qna", 5, 19) ?>
</div><!-- /최신글 -->
<!-- aside 배너 -->
<p class="asideBanner"><img src="<?=$g4[path]?>/images/aside_banner.jpg" alt="배너"></p>
</div><!-- /aside --
<div class="hnClear"></div>
<!-- 메인 하단배너 -->
<div id="mainBanner">
<img src="<?=$g4[path]?>/images/main_banner.gif" alt="메인배너">
</div>
<?
include_once("./_tail.php");
?>
이미지나 사진을 넣고 싶은데
htlm 보면 도저히 어디를 수정해야할지 모르겠네요.
휴온 빌더로 만드는중인데,
좀 도와주세요. 그림이나 사진 넣을라면 어떻게 수정해야하죠?
이미지는 어디 폴더에다가 업로드를 하며
htlm 수정은 어떻게 해야하는지 부디 가르침을 주세요.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "xxxxx닷컴";
include_once("./_head.php");
//샘플게시판 생성 - 필요치 않으면 주석처리(//)하여 주세요.
include_once("$g4[path]/upgrade/bbs_upgrade.php");
?>
<link href="<?=$g4[path]?>/css/index.css" rel="stylesheet" type="text/css">
<!-- section -->
<div id="section">
<!-- 최신글 -->
<div id="mainLatest1"><?= latest("hn_basic", "notice", 5, 52) ?>
</div><!-- /최신글 -->
<!-- 최신갤러리 -->
<div id="mainLatest2"><?= latest("hn_basic", "bbs1", 4) ?>
</div><!-- /최신갤러리 -->
<!-- 최신갤러리 -->
<div id="mainLatest3"><?= latest("hn_basic", "gamestory", 4) ?>
</div><!-- /최신갤러리 -->
</div><!-- /section -->
<!-- aside -->
<div id="aside">
<!-- 최신글 -->
<div id="asideLatest1"><?= latest("hn_basic", "news", 5, 19) ?>
</div><!-- /최신글 -->
<!-- 최신글 -->
<div id="asideLatest2"><?= latest("hn_basic", "qna", 5, 19) ?>
</div><!-- /최신글 -->
<!-- aside 배너 -->
<p class="asideBanner"><img src="<?=$g4[path]?>/images/aside_banner.jpg" alt="배너"></p>
</div><!-- /aside --
<div class="hnClear"></div>
<!-- 메인 하단배너 -->
<div id="mainBanner">
<img src="<?=$g4[path]?>/images/main_banner.gif" alt="메인배너">
</div>
<?
include_once("./_tail.php");
?>
댓글 전체