55.PNG

 

띄어쓰기 질문합니다.

저기번호랑 게시글 제목이랑 너무 붙어있어서 띄우고 싶은데 어떻게 수정해야할까요?

 

스크립트

<include target="_list_header.html" />
 
<div class="m-news m-element">
     <ul class="notice-list"|cond="$mi->show_notice != Y" class="notice-list on"|cond="$mi->show_notice == Y">
         <!--@foreach($notice_list as $no => $document)-->
         <li class="has-comment"|cond="$document->getCommentCount()">
             <a href="{getUrl('document_srl', $document->document_srl)}" class="list-link"></a>
             <span class="notice-text notice-el">{$lang->notice}</span> 
             <span class="notice-el">{$document->getTitle()} {$document->printExtraImages(60*60*$module_info->duration_new)}</span>
             <block cond="$document->getCommentCount()"><!--@if($layout_info->mCol == 'black')--><img src="/images/[email protected]" alt="comment" width="14px" height="12px" class="comment-image" /><!--@else--><img src="/images/[email protected]" alt="comment" width="14px" height="12px" class="comment-image" /><!--@end--><a href="{$document->getPermanentUrl()}#comment" class="reply m-list-reply">{$document->getCommentCount()}</a></block>
         </li>
         <!--@end-->
         <li class="no-list" cond="!$notice_list"><span class="notice-text">{$lang->notice}</span>  {$lang->no_documents}</li>
     </ul>
     <ul class="list">
         <!--@foreach($document_list as $no => $document)-->
         <li class="has-comment"|cond="$document->getCommentCount()">
             <a href="{getUrl('document_srl', $document->document_srl)}" class="list-link"></a>
             <span class="category" cond="$module_info->use_category=='Y' && $mi->show_category != 'N'">{$no}   {$category_list[$document->get('category_srl')]->title}</span>
             <span class="title">{$no}   {$document->getTitle()}<block cond="$mi->show_icon != 'N'"> {$document->printExtraImages(60*60*$module_info->duration_new)}</block></span>
             <block cond="$document->getCommentCount()"><img src="/images/[email protected]" alt="comment" width="14px" height="12px" class="comment-image" /><a href="{$document->getPermanentUrl()}#comment" class="reply m-list-reply">{$document->getCommentCount()}</a></block>
         </li>
         <!--@end-->
         <li class="no-list" cond="!$document_list">{$lang->no_documents}</li>
     </ul>
 </div>
 
<include target="_list_footer.html" />

  • profile
    컨트롤 f 눌러서 {$no} 찾으신뒤에 뒤에 &nbsp; 를 마음에 드는 만큼 추가하세요

    ex
    {$no}&nbsp;&nbsp;&nbsp&nbsp;

    위 처럼하면 번호 뒤에 었어쓰기 네칸