사이즈 관련. 정보
사이즈 관련.
본문
추천
0
0
댓글 전체
임시 방편으로.
http://www.iallu.com/blog/?mb_id=art&id=20#c32
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/lib/outlogin.lib.php");
if( $current['sidebar_left'] && $current['sidebar_right'] )
$gblog_width = 990;
else
$gblog_width = 790;
$upload_image_width = 540;
if( !file_exists($current['top_image_path']) )
$current['top_image_url'] = "{$blog_skin_url}/img/top_img.gif";
echo $current['blog_head'];
?>
그누/skin/blog/basic/head.skin.php
요기보면 2단이야 3단이냐에 따라 본문 테이블과 가로이미지를 한정하는 구문이 있습니다...
$gblog_width = 990;
$gblog_width = 790;
$upload_image_width = 540;
요걸 적절히 조정하시면...
http://www.iallu.com/blog/?mb_id=art&id=20#c32
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/lib/outlogin.lib.php");
if( $current['sidebar_left'] && $current['sidebar_right'] )
$gblog_width = 990;
else
$gblog_width = 790;
$upload_image_width = 540;
if( !file_exists($current['top_image_path']) )
$current['top_image_url'] = "{$blog_skin_url}/img/top_img.gif";
echo $current['blog_head'];
?>
그누/skin/blog/basic/head.skin.php
요기보면 2단이야 3단이냐에 따라 본문 테이블과 가로이미지를 한정하는 구문이 있습니다...
$gblog_width = 990;
$gblog_width = 790;
$upload_image_width = 540;
요걸 적절히 조정하시면...