묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
진짜 4일동안 질문해도 원하는답이 안나오네요 ㅠㅠ
어떤분이 레이아웃을 수정해라는대 진짜 초보라서 어떻게 수정하는지 모르겟군요 .....
그리고 저기그림에 보이는대로 메인에 가운데에 허전해서 로고를 달고 싶은대
다는법을 모르겠어요 ㅠㅠ
레이아웃소스는
이거인대 어케하나요 ㅠㅠ ?
제발알켜주세요 ㅠㅠㅠㅠㅠㅠ
사이트 메인가운데에 로고다는법좀 알켜주세요 ㅠㅠ
2011.03.24 17:08
진짜 4일동안 질문해도 원하는답이 안나오네요 ㅠㅠ
어떤분이 레이아웃을 수정해라는대 진짜 초보라서 어떻게 수정하는지 모르겟군요 .....
그리고 저기그림에 보이는대로 메인에 가운데에 허전해서 로고를 달고 싶은대
다는법을 모르겠어요 ㅠㅠ
레이아웃소스는
<load target="js/script.js" />
<load target="css/default.css" />
<load target="css/style.css" />
{@
$layout_info->name = ($layout_info->name)? $layout_info->name : $layout_info->layout_title;
$layout_info->url = ($layout_info->url)? $layout_info->url : "./";
/**
* 위젯태그가 모두 없거나 칼럼 너비가 없으면 칼럼을 보이지 않는다.
**/
$layout_info->column = ( $layout_info->width == 0 || $layout_info->widget_1 || $layout_info->widget_2 || $layout_info->widget_3)? $layout_info->column : "c";
}
<script type="text/javascript" cond="$layout_info->slide=='none'">
menu_slide = false;
</script>
<style type="text/css" cond="$layout_info->width">
#column { width:{$layout_info->width}px; }
#content { width:{($layout_info->width * -1 + 250 + 600)}px; }
#conta+iner { background-position:{($layout_info->width * -1 + 250 + 680)}px top; }
#container.ec { background-position:{($layout_info->width - 250 + 320)}px top; }
</style>
<div id="wrap" class="Wrapper {$layout_info->colorset}">
<a href="#content" class="skipTo">Skip to content</a>
<div id="header" class="mpReset">
<include target="./_header.html" />
</div>
<div id="container" class="{$layout_info->column}">
<include target="./_container.html" />
</div>
<div id="footer" class="mpReset">
<include target="./_footer.html" />
</div>
</div>
<block cond="$layout_info->login!='links' && !$is_logged">
<include target="./_login.html" />
</block>
이거인대 어케하나요 ㅠㅠ ?
제발알켜주세요 ㅠㅠㅠㅠㅠㅠ
댓글 2
-
라르게덴
2011.03.25 01:56
다운 받으신 레이아웃 개발자에게 쪽지를 보내세요. 그러면 잘 답변해 줄 겁니다. ^^ -
디쎔버
2012.11.29 00:00
답변이 많이 늦었네요. 질문 올리신지 거의 1년 반 만에... ㅎㅎㅎ
저도 검색하다가 대답이 없길래 이것 저것 해보다가
.header h1{text-align:center;}
이렇게 하니까 되네요.