배경 정보
배경첨부파일
본문
게시판 보기안에 이미지(배경)을 넣으려면 어떻게 해야하나요
댓글 전체
basic스킨 기준입니다.
view.skin.php 에서
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div style="height:12px; line-height:1px; font-size:1px;"> </div>
<!-- 게시글 보기 시작 -->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" ><--이곳을
수정후
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" background="<?=$g4[path]?>/img/필요한바탕파일.gif"><--이곳을 바탕화일명으로 처리하시고 계정에 그파일을 올려 주세요
view.skin.php 에서
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div style="height:12px; line-height:1px; font-size:1px;"> </div>
<!-- 게시글 보기 시작 -->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" ><--이곳을
수정후
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" background="<?=$g4[path]?>/img/필요한바탕파일.gif"><--이곳을 바탕화일명으로 처리하시고 계정에 그파일을 올려 주세요
그럼 이미지가 바둑판식으로 나오잖아여
전 그냥 이미지 하나만 나오게 하려는데염..
전 그냥 이미지 하나만 나오게 하려는데염..