Extra Form
PHP PHP 7.2
CMS XpressEngine

sketchbook 게시판 글쓰기에서 아래 그림과 같이 각각 한줄에 1개로 표시(그림1)되는 현상을 한줄에 2개로 표시(그림2) 되게 하고 싶습니다.

 

아래 write_form.html 의 해당 coding 을 어떻게 수정해야 될지 고수분들께 문의 드립니다.

  

 <table cond="count($extra_keys)" class="et_vars exForm bd_tb">
        <caption><strong><em>*</em></strong> <small>: {$lang->is_required}</small></caption>

        <tr loop="$extra_keys=>$key,$val">
            <th scope="row"><em cond="$val->is_required=='Y'">*</em> {$val->name}</th>
            <td>{$val->getFormHTML()}</td>
        </tr>

 </table>

그림1

글쓰기1.png

 

그림2

글쓰기2.png

  • profile
    비슷한 질문이 있었던 게 생각나서 찾아봤습니다.
    여기 댓글을 참조해보세요.
    https://xetown.com/questions/251318
  • profile profile
    정말 감사드립니다. 많은 도움이 될 것 같습니다.