제나빌더 하단 관련
페이지 정보
본문
댓글목록
webpark님의 댓글
webpark쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일
제나환경설정의 스크립트를 보신 후
<td>전체레이어 폭</td>
<td><input type=text class=ed name='cf_ztotalwidth' size='30' value='1000'>
<img src='../../adm/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick="help('help8', 0, 0);" style='cursor:hand;'><div id='help8' style='position:absolute; display:none;'><div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>초기세팅값 : 990</div></div></div></div> </td>
</tr>
<tr class='ht'>
<td>왼쪽앞 여백</td>
<td><input type=text class=ed name='cf_leftfront' size='30' value=''>
<img src='../../adm/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick="help('help9', 0, 0);" style='cursor:hand;'><div id='help9' style='position:absolute; display:none;'><div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>초기세팅값 : 0</div></div></div></div> </td>
<td>왼쪽 폭</td>
<td><input type=text class=ed name='cf_zleftwidth' size='30' value='190'>
<img src='../../adm/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick="help('help10', 0, 0);" style='cursor:hand;'><div id='help10' style='position:absolute; display:none;'><div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>초기세팅값 : 190</div></div></div></div> </td>
</tr>
<tr class='ht'>
<td>센터 폭</td>
<td><input type=text class=ed name='cf_zcenterwidth' size='30' value='680'>
<img src='../../adm/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick="help('help11', 0, 0);" style='cursor:hand;'><div id='help11' style='position:absolute; display:none;'><div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>초기세팅값 : 680</div></div></div></div> </td>
<td>오른쪽스크롤 폭</td>
<td><input type=text class=ed name='cf_zrightwidth' size='30' value='100'>
<img src='../../adm/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick="help('help12', 0, 0);" style='cursor:hand;'><div id='help12' style='position:absolute; display:none;'><div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>초기세팅값 : 100</div></div></div></div> </td>
</tr>
================
tail.php를 보시면 50번 줄을 보시면 zleftwidth와 zcenterwidth 그리고 zrightwidth를 이어주고 있습니다.
위의 환경설정에서 바로 입력하면 잡힐 것 같군요.
<tr>
<td width="<?=$zleftfront?>" border="0"></td>
<td width="<?=$zleftwidth?>" border="0" height="2" bgcolor=#ECECEC></td>
<td width="10" border="0" height="2" bgcolor=#ECECEC></td>
<td width="<?=$zcenterwidth?>" border="0" height="2" bgcolor=#ECECEC></td>
<td width="10" border="0"></td>
<td width="<?=$zrightwidth?>" border="0"></td>
</tr>
<tr>
davi님의 댓글의 댓글
davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일
1.5 버전을 사용하고 있습니다. 업데이트를 하기 위해서는 아래 파일만 업로드 해주면 되는가요?
adm/zena/zenabanner.php
adm/zena/zenaconfig_form.php
adm/zena/zenaconfig_form_update.php
adm/zena/zenaexcel.php
adm/zena/excel.php
adm/zena/img
adm/zena/zenaupgrade.php
adm/zena/zenaversion.php
adm/zena/_common.php
adm/admin.menu900
skin/latest/zenabimg
head.sub.php
head.php
subhead.php
tail.php