Html 도와주세요 ㅠㅠ > 광고대행소개

본문 바로가기
사이트 내 전체검색

광고대행소개

Html 도와주세요 ㅠㅠ

페이지 정보

본문

<div module="product_additional">
<!--@css(/css/module/product/additional.css)-->
<div id="prdDetail" class="detail_product_01">
<div class="detail_product_line">
<ul class="menu">
<li class="selected">· PRODUCT DETAIL</li>
</ul>
</div>
<div class="cont">
{$product_detail}
</div>
</div>

<div id="prdInfo" class="detail_product_01">
<div class="detail_product_line">
<ul class="menu">
<li class="selected">· PAYMENT INFO</li>
</ul>
</div>
<div class="cont">
{$payment_info}
</div>

<div class="cont">
<h3>DELIVERY</h3>
<ul class="delivery">
<li>배송 방법 : {$shipping_method}</li>
<li>배송 지역 : {$shipping_area}</li>
<li>배송 비용 : {$shipping_fee}</li>
<li>배송 기간 : {$shipping_period}</li>
<li>배송 안내 : {$shipping_info}</li>
</ul>
</div>
<div class="cont">
<h3>EXCHANGE INFO</h3>
{$exchange_info}
</div>
<div class="cont">
<h3>SERVICE INFO</h3>
{$service_info}
</div>
</div>

<div id="prdReview" class="detail_product_01">
<div class="detail_product_line">
<ul class="menu">
<li class="selected">· REVIEW</li>
</ul>
</div>
<div class="board">
<div module="product_review" >
<!--@js(/js/module/product/review.js)-->
<a name="use_review"></a>

<p class="noAccess {$deny_display|display}">글읽기 권한이 없습니다.</p>

<div class="minor {$adult_display|display}">
<p><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_under19.gif" alt="" /> <strong>"19세 미만의 미성년자"</strong>는 출입을 금합니다!</p>
<p class="button"><a href="/intro/board.html{$returnParam}" class="btnEm sizeS">성인인증 하기</a></p>
</div>

<div class="ec-base-table typeList">
<table border="1" summary="" class="{$list_display|display}">
<caption>상품사용후기</caption>
<colgroup>
<col style="width:70px;" />
<col style="width:auto" />
<col style="width:100px;" />
<col style="width:100px;" />
<col style="width:80px;" />
<col style="width:80px;" class="{$use_point_display|display}" />
</colgroup>
<thead>
<tr style="background-color:#fff;">
<th scope="col" style="background-color:#fff; border:0px; color:#9b9b9b;">NO</th>
<th scope="col" style="border:0px; background-color:#fff; color:#9b9b9b;">SUBJECT</th>
<th scope="col" style="border:0px; background-color:#fff; color:#9b9b9b;">WRITER</th>
<th scope="col" style="border:0px; background-color:#fff; color:#9b9b9b;">DATE</th>
<th scope="col" style="border:0px; background-color:#fff; color:#9b9b9b;">VIEWS</th>
<th scope="col" style="border:0px; background-color:#fff; color:#9b9b9b;" class="{$config.is_use_point|display}">GRADE</th>
</tr>
</thead>
<tbody class="center">
<tr>
<td >{$no}</td>
<td class="subject left txtBreak" >{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}" >{$subject}</a> {$icon_new}{$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td >{$member_icon} {$writer}</td>
<td class="txtInfo txt11" >{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11" >{$hit_count}</td>
<td class="{$use_point_display|display}" ><img src="//img.echosting.cafe24.com/skin/base/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
</tr>
<tr>
<td>{$no}</td>
<td class="subject left txtBreak">{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> {$icon_new}{$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td>{$member_icon} {$writer}</td>
<td class="txtInfo txt11">{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11">{$hit_count}</td>
<td class="{$use_point_display|display}"><img src="//img.echosting.cafe24.com/skin/base/board/ico_point{$point_count}.gif" alt="{$point_count}점"></td>
</tr>
</tbody>
</table>
</div>
</div>

<p class="product_review_bt">
<span class="gRight">
<a href="{$review_write}" class="btnNormal" >글쓰기</a>
<a href="{$review_list}" class="btnNormal" >목록</a>
</span>
</p>

<div module="product_reviewpaging" class="ec-base-paginate typeSub">
<a href="{$param_first}" class="first"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_first2.gif" alt="첫 페이지" /></a>
<a href="{$param_before}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_prev2.gif" alt="이전 페이지" /></a>
<ol>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
<li><a href="{$param}"class="{$param_class}">{$no}</a></li>
</ol>
<a href="{$param_next}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_next2.gif" alt="다음 페이지" /></a>
<a href="{$param_last}" class="last"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_last2.gif" alt="마지막 페이지" /></a>
</div>
</div>
</div>

<div id="prdQnA" class="detail_product_01">
<div class="detail_product_line">
<ul class="menu">
<li class="selected">· PRODUCT Q&A</li>
</ul>
</div>

<div class="board">

<div module="product_qna">
<!--@js(/js/module/product/qna.js)-->
<a name="use_qna"></a>

<p class="noAccess {$deny_display|display}">글읽기 권한이 없습니다.</p>

<div class="minor {$adult_display|display}">
<p><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_under19.gif" alt="" /> <strong>"19세 미만의 미성년자"</strong>는 출입을 금합니다!</p>
<p class="button"><a href="/intro/board.html{$returnParam}" class="btnEm sizeS">성인인증 하기</a></p>
</div>

<div class="ec-base-table typeList">
<table border="1" summary="" class="{$list_display|display}">
<caption>상품 Q&amp;A</caption>
<colgroup>
<col style="width:70px;" />

<col style="width:auto" />
<col style="width:80px;" />
<col style="width:100px;" />
<col style="width:55px;" />
</colgroup>
<thead>
<tr>
<th scope="col" style="background-color:#fff; font-size:11px;">번호</th>

<th scope="col" style="background-color:#fff; font-size:11px;">제목</th>
<th scope="col" style="background-color:#fff; font-size:11px;">작성자</th>
<th scope="col" style="background-color:#fff; font-size:11px;">작성일</th>
<th scope="col" style="background-color:#fff; font-size:11px;">조회</th>
</tr>
</thead>
<tbody class="center">
<tr>
<td >{$no}</td>

<td class="subject left txtBreak" >{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> {$icon_new}{$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td >{$member_icon} {$writer}</td>
<td class="txtInfo txt11" >{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11" >{$hit_count}</td>
</tr>
<tr>
<td >{$no}</td>

<td class="subject left txtBreak" >{$icon_re}{$icon_lock} <a href="{$link_board_detail}{$param_read}">{$subject}</a> {$icon_new}{$icon_hit}{$icon_file}<span class="txtWarn">{$comment_count}</span></td>
<td >{$member_icon} {$writer}</td>
<td class="txtInfo txt11" >{$write_date|date:Y-m-d}</td>
<td class="txtInfo txt11" >{$hit_count}</td>
</tr>
</tbody>
</table>
</div>
</div>

<p class="product_review_bt">
<span class="gRight">
<a href="{$qna_write}" class="btnNormal" >글쓰기</a>
<a href="{$qna_list}" class="btnNormal" >목록</a>
</span>
</p>

<div module="product_qnapaging" class="ec-base-paginate typeSub">
<a href="{$param_first}" class="first"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_first2.gif" alt="첫 페이지" /></a>
<a href="{$param_before}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_prev2.gif" alt="이전 페이지" /></a>
<ol>
<li><a href="{$param}" class="{$param_class}">{$no}</a></li>
<li><a href="{$param}" class="{$param_class}">{$no}</a></li>
<li><a href="{$param}" class="{$param_class}">{$no}</a></li>
<li><a href="{$param}" class="{$param_class}">{$no}</a></li>
<li><a href="{$param}" class="{$param_class}">{$no}</a></li>
</ol>
<a href="{$param_next}"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_next2.gif" alt="다음 페이지" /></a>
<a href="{$param_last}" class="last"><img src="//img.echosting.cafe24.com/skin/base/common/btn_page_last2.gif" alt="마지막 페이지" /></a>
</div>
</div>
</div>
</div>

<div module="product_relation" id="prdRelated" lass="detail_product_01">
<!--@css(/css/module/product/relation.css)-->
<div class="detail_product_line">
<ul class="menu">
<li class="selected">· RELATION</li>
</ul>
</div>

<div class="relation">
<div module="product_relationlist">
<ul class="prdList">
<li class="item">
<div class="box">
<a href="{$link_product_detail}"><img src="{$img_small}" alt="{$seo_alt_tag}" class="thumb" /></a>
<p style=" font-size:11px;"><a href="{$link_product_detail}">{$name}</a></p>
<ul style=" font-size:11px;">
<li><strong class="{$product_sale_strike}">{$disp_product_price}{$product_tax_type_text}</strong></li>
<li class="salePrice {$sale_price_display|display}">{$disp_sale_price}</li>
</ul>
</div>
</li>
<li class="item">
<div class="box">
<a href="{$link_product_detail}"><img src="{$img_small}" alt="{$seo_alt_tag}" class="thumb" /></a>
<p style=" font-size:11px;"><a href="{$link_product_detail}">{$name}</a></p>
<ul style=" font-size:11px;">
<li><strong class="{$product_sale_strike}">{$disp_product_price}{$product_tax_type_text}</strong></li>
<li class="salePrice {$sale_price_display|display}">{$disp_sale_price}</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<!--@define(cmc_log)-->











상세정보 아래쪽이랑 위쪽에 고정으로 베너 두개를 넣고싶은데, 어디에 어떻게 넣어야할까요ㅠㅠ? 이미지 html은 어떻게 따나요? 부탁드려요

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입
지금 인기
주간 인기
월간 인기

단톡


회사명 : (주)마케팅몬스터 | 대표 : 김동영
주소 : 부산광역시 해운대구 센텀중앙로 78, 센텀그린타워 504호
사업자 등록번호 : 428-81-02729 | 전화 : 070-8872-0140
통신판매업신고번호 : 2023-부산해운대-0096호 | 개인정보관리책임자 : 김동영

Copyright © nownomad All rights reserved.