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
그림2
여기 댓글을 참조해보세요.
https://xetown.com/questions/251318