Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


미리보기기본 템플릿
썸네일이 있을 경우


Code Block
languagejs
themeEmacs
titleHTML
<div style="widthbox-sizing: 387pxborder-box; border: 1px solid #ddd#717171; colormax-width: 100% #333!important; background-colorwidth: #123394px; text-align: center">
        <div style="display: inline-block;">
            <img src="#{image}" style="box-sizing: border-box; vertical-align: top; width: 80px; height: 268px80px; maxvertical-widthalign: 387pxtop; displayobject-fit: blockcover;">
        </div>
        <div style="overflowbox-sizing: hiddenborder-box; paddingdisplay: 10px 10px 10px 10px; text-align: left; background-color: #FFF; display:block;">inline-block; vertical-align: top; height: 80px; padding: 15px 8px; width: calc(100% - 82px) ; overflow: hidden;">
           <a href="#{url}" <p style="font-size: 14px12px; colorfont-weight: #39b6b8bold; textwhite-decorationspace: nonenowrap; margin-top: 0px; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis;">#{urltitle}</a>p>
            <p style="whitefont-spacesize: nowrap12px; overflowcolor: hidden#757575; textwhite-overflowspace: ellipsisnowrap; fontmargin-sizetop: 14px; font-weight: bold;
           margin-top: 0px; margin-top: 0px; margin-bottom: 3px0px; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis;">#{titledescription}</p>
            <p style="font-size: 12px; white-space: 14pxnowrap; coloroverflow: #757575hidden; margin-top: 0px; text-overflow: 0px; margin-bottom: 3pxellipsis; color: #39b6b8;"><a href="#{url}" style ="text-decoration: none; color: #39b6b8;">#{descriptionurl}</a></p>
        </div>
    </div>


썸네일이 없을 경우


Code Block
languagejs
themeEmacs
titleHTML
<div style="box-sizing: border-box; border: 1px solid #717171; font-size: 0; width: 314px; height:80px; padding: 15px 8px; max-width: 100% !important;">
        <p style="font-size: 12px; font-weight: bold; white-space: nowrap; margin-top: 0px; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis;">#{title}</p>
        <p style="font-size: 12px; color: #757575; white-space: nowrap; margin-top: 0px; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis;">#{description}</p>
        <p style="font-size: 12px; white-space: nowrap; margin-top: 0px; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; color: #39b6b8;">
        <a><a href="#{url}" style ="text-decoration: none; color: #39b6b8;">#{url}</a></a>p>
   </p> </div>



커스텀 템플릿 설정 방법

HTML에 포함된 태그

...