묻고답하기
좌측 애드센스 광고배너 어떻게달죠? 대체
2015.03.22 23:22
제가쓰는 엘카님 레이아웃 html이
<load target="js/script.js" />
<load target="js/jQuery.navi.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->width = ($layout_info->width)? $layout_info->width : 250;
/**
* 위젯태그가 모두 없거나 칼럼 너비가 없으면 칼럼을 보이지 않는다.
**/
$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; }
#container { 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="{$layout_info->column} 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>
이거고 css는 안에 아무것도 안적혀있어요
html에 어딜넣어도 좌측에는 배너가 안달리던데
어떻게다는거죠? dogdrip.net 사이트처럼 달고싶어요
<include target="./_container.html" /> 소스가 잇는걸 보니, html 파일을 각각 나누어 활용하신것으로 보여집니다.
_container.html 파일을 참조해서 위치를 가늠하여 위치를 잡아보시기 바랍니다. 소스정보가 없어서 큰 도움을 드릴 수 없네요 ㅠ