토론방

소스관련 메인배너 수정 방법 요청

현재 어버이날로 올라와 있는 메인 배너를  {GROUP_sohomain} 로 교체를 하려면 어떻게 수정해야하나요?

 

게시글 공유 URL복사
댓글[1]

열기 닫기

  • P**M 2016-05-10

    현재 주석으로 처리가 되어있는데요...주석만 풀고 어버이날 이미지를 삭제를 하시면 됩니다. 

     

    디자인 관리 > 고급 디자인 관리 > 메인화면 디자인에 접속을 하셔서 Body 디자인을 클릭을 합니다. 

    그런다음 하단에 소스를 수정을 하면 되는데요.. 빨간 박스안의 소스가 아래와 같습니다.

    <table width="100%" border="0" align="center"  cellpadding='0' cellspacing='0'>
        <tr><td height="5px"></td></tr>
        <tr>
            <td width="556px" height="280px"><!--GROUP_sohomain}-->
             <a href="/shop_goods/goods_list.htm?list_type=&category=080*****"><img src="/img_up/shop_pds/lih21710/design/soho/main/15041*_parents*.jpg"></a></td>
            <td style="padding-left:4px;"><img src="/img_up/shop_pds/lih21710/design/soho/main/main_rightBn.jpg" width="235px" height="280px" border="0" usemap="#Map_rightBn"></td>
        </tr>
    </table>

    이 부분을 

    <table width="100%" border="0" align="center"  cellpadding='0' cellspacing='0'>
        <tr><td height="5px"></td></tr>
        <tr>
            <td width="556px" height="280px">{GROUP_sohomain}</td>
            <td style="padding-left:4px;"><img src="/img_up/shop_pds/lih21710/design/soho/main/main_rightBn.jpg" width="235px" height="280px" border="0" usemap="#Map_rightBn"></td>
        </tr>
    </table>

    이렇게 변경을 하시면 됩니다. 

     

     

댓글작성

열기 닫기

댓글작성
top