묻고답하기

ex.jpg

대부분의 질문에 송동우님이 답변을 하셔서 송동우님께 부탁드리는 것이니 도움 좀 부탁드립니다.
송동우님보다 먼저 보시는 분이 있으시면 답변주시면 감사하겠습니다.

pxeboard에서 웹진형을 선택했더니 위의 그림처럼 나옵니다.
그림을 좌측으로 옮기고 설명 등을 우측으로 하고 싶은데요.
도움좀 부탁드립니다.
제가 찾아보기로는 아래의 코드에서 특정부분을 수정해야 할 것 같은데요, 실력이 부족해서 그림만 옮겨가고 테두리등이 옮겨지지 않습니다. 
부탁드립니다. 
---------------------------------------------------------------------------------
웹진의 코드

{@$list_count = 0}
<form action="./" method="get" class="boardListForm">
    <fieldset>
        <legend>List of Articles</legend>
        <table cellspacing="0" border="1" summary="List of Articles" class="boardList webZine">
<tbody>
<!--@if(!$document_list && !$notice_list)-->
<tr>
<td colspan="{$_col_count}">
{$lang->no_documents}
</td>
</tr>
<!--@else-->
<!--@foreach($notice_list as $no => $document)-->
<tr class="notice">
<!--// 목록 설정으로 table theader 생성 -->
<!--@foreach($list_config as $key => $val)-->
<!--// 기본 컨텐츠일 경우 -->
<!--@if($val->idx == -1)-->
<!--// 컨텐츠 종류에 따라서 출력 -->
<!--@if($val->type == 'no')-->
<td class="notice"><!--@if($document_srl == $document->document_srl)-->&raquo;<!--@else--><!--@if($module_info->active_clean_type == 'Y' )--><img src="img/{$module_info->colorset}/th_notice.gif" alt="" /><!--@else-->{$lang->notice}<!--@end--><!--@end--></td>
<!--@elseif($val->type == 'title')-->
<td class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<a 
                                    <!--@if($module_info->active_subjectlink =='Y')-->
                                        <!--@if($document->getExtraValue(3))-->
                                        href="{$document->getExtraValue(3)}" 
                                        target="_blank"
                                        <!--@else-->
                                        href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"
                                        <!--@end-->
                                    <!--@else-->
                                    href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"
                                    <!--@end-->
                                    >{$document->getTitle($module_info->subject_cut_size)}</a>
{$document->printExtraImages(60*60*$module_info->duration_new)}
<!--@if($document->getCommentCount())-->
<a href="{getUrl('document_srl', $document->document_srl)}#comment"><span class="replyNum" title="Replies">[{$document->getCommentCount()}]</span></a>
<!--@end-->
<!--@if($document->getTrackbackCount())-->
<a href="{getUrl('document_srl', $document->document_srl)}#trackback"><span class="trackbackNum" title="Trackbacks">[{$document->getTrackbackCount()}]</span></a>
<!--@end-->
</td>
<!--@elseif($val->type == 'regdate')-->
<td class="date">{$document->getRegdate('Y-m-d')}</td>
<!--@elseif($val->type == 'last_update')-->
<td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td>
<!--@elseif($val->type == 'nick_name')-->
<td class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a></td>
<!--@elseif($val->type == 'user_id')-->
<td class="author">{$document->getUserID()}</a></td>
<!--@elseif($val->type == 'user_name')-->
<td class="author">{$document->getUserName()}</a></td>
<!--@elseif($val->type == 'readed_count')-->
<td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):'&nbsp;'+ '}</td>
<!--@elseif($val->type == 'voted_count')-->
<td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):'&nbsp;'}</td>
<!--@elseif($val->type == 'last_post')-->
                                <td class="lastReply">
                                <!--@if((int)($document->get('comment_count'))>0)-->
                                    <a href="{$document->getPermanentUrl()}#comment" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')} {zdate($document->get('last_update'),'H:i')}</a>
                                    <!--@if($document->get('last_updater'))-->
                                        <sub class="by">by</sub>
                                        {htmlspecialchars($document->get('last_updater'))}
                                    <!--@end-->
                                <!--@else-->
                                    &nbsp;
                                <!--@end-->
                                </td>
<!--@end-->
<!--// 사용자 선언 확장변수일 경우 -->
<!--@else-->
<td>{$document->getExtraValueHTML($val->idx)}&nbsp;</td>
<!--@end-->
<!--@end-->
<!--@if($grant->manager)-->
<td class="check"><input type="checkbox" name="cart" value="{$document->document_srl}" title="Check this" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td>
<!--@end-->
</tr>
<!--@end-->
<!--// 일반 글 출력 -->
<!--@foreach($document_list as $no => $document)-->
<tr class="bg{($no+1)%2+1}">
<td class="title" colspan="{$list_count}">
<!--@if($list_config['thumbnail'] && $document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
<a  
                        <!--@if($module_info->active_sitelink =='Y')-->
                        href="{$document->getExtraValue(3)}" 
                        target="_blank" 
                        <!--@else-->
                        href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}" 
                        <!--@end-->
                        title="<!--@if($document->getExtraValue(1))-->&lt;img src={$document->getExtraValue(1)} /&gt;<!--@else-->미리보기 이미지가 없습니다<!--@end-->" 
                        class="thumb">
                        <!--라벨 위치-->
                        <!--@if($document->getExtraValue(2))-->
                        <span><img src="./img/label/{$document->getExtraValue(2)}.png" alt="" class="iePngFix" /></span>
                        <!--@end-->
                        <img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" alt="" /></a>
<!--@end-->
                        {@$_meta_display = false}
                        <!--@foreach($list_config as $key => $val)-->
        
                            <!--// 기본 컨텐츠일 경우 -->
                            <!--@if($val->idx == -1)-->
                                <!--@if($val->type == 'title')-->
                                    <!--@if($_meta_display)--></ul>{@$_meta_display = false}<!--@end-->
                                    <p class="title">
                                        <!--@if($module_info->use_category == "Y" && $document->get('category_srl'))--><span class="category">{$category_list[$document->get('category_srl')]->title}</span><!--@end-->
                                        <a 
                                    <!--@if($module_info->active_subjectlink =='Y')-->
                                        <!--@if($document->getExtraValue(3))-->
                                        href="{$document->getExtraValue(3)}" 
                                        target="_blank"
                                        <!--@else-->
                                        href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"
                                        <!--@end-->
                                    <!--@else-->
                                    href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}" 
                                    <!--@end-->
                                    class="title"
                                    >{$document->getTitle($module_info->subject_cut_size)}</a>
{$document->printExtraImages(60*60*$module_info->duration_new)}
                                        <!--@if($document->getCommentCount())-->
                                            <a href="{getUrl('document_srl', $document->document_srl)}#comment"><span class="replyNum" title="Replies">[{$document->getCommentCount()}]</span></a>
                                        <!--@end-->
                                        <!--@if($document->getTrackbackCount())-->
                                            <a href="{getUrl('document_srl', $document->document_srl)}#trackback"><span class="trackbackNum" title="Trackbacks">[{$document->getTrackbackCount()}]</span></a>
                                        <!--@end-->
                                    </p>
                                <!--@elseif($val->type == 'last_post' && $document->get('comment_count')>0)-->
                                    <!--@if($_meta_display)--></ul>{@$_meta_display = false}<!--@end-->
                                    <p class="title">
                                        <a href="{$document->getPermanentUrl()}#comment" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')} {zdate($document->get('last_update'),'H:i')}</a>
                                        <!--@if($document->get('last_updater'))-->
                                            <sub class="by">by</sub>
                                            {htmlspecialchars($document->get('last_updater'))}
                                        <!--@end-->
                                    </p>
                                <!--@elseif($val->type=='summary')-->
                                    <!--@if($_meta_display)--></ul>{@$_meta_display = false}<!--@end-->
                                    <p class="summary"><a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary($module_info->content_cut_size)}</a></p>
                                <!--@elseif(in_array($val->type,array('regdate','last_update', 'nick_name','user_id','user_name','readed_count','voted_count')))-->
                                    <!--@if(!$_meta_display)--><ul class="meta">{@$_meta_display = true}<!--@end-->
                                    <!--@if($val->type == 'regdate')-->
                                        <li class="date">{$document->getRegdate('Y-m-d')}</li>
                                    <!--@elseif($val->type == 'last_update')-->
                                        <li class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</li>
                                    <!--@elseif($val->type == 'nick_name')-->
                                        <li class="author"><a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a></li>
                                    <!--@elseif($val->type == 'user_id')-->
                                        <li class="author">{$document->getUserID()}</a></li>
                                    <!--@elseif($val->type == 'user_name')-->
                                        <li class="author">{$document->getUserName()}</a></li>
                                    <!--@elseif($val->type == '+ 'readed_count')-->
                                        <li class="reading">{$lang->readed_count} {$document->get('readed_count')>0?$document->get('readed_count'):'0'}</li>
                                    <!--@elseif($val->type == 'voted_count')-->
                                        <li class="recommend">{$lang->voted_count} {$document->get('voted_count')!=0?$document->get('voted_count'):'0'}</li>
                                    <!--@end-->
                                <!--@end-->
                            <!--@else-->
                                <!--@if($_meta_display)--></ul>{@$_meta_display = false}<!--@end-->
<p class="title"><span class="category">{$val->name}</span> {$document->getExtraValueHTML($val->idx)}&nbsp;</p>
                            <!--@end-->
                        <!--@end-->
                        <!--@if($_meta_display)--></ul>{@$_meta_display = false}<!--@end-->
</td>
<!--@if($grant->manager)--><td class="check"><input type="checkbox" name="cart" value="{$document->document_srl}" title="Check this" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
</tr>
<!--@end-->
<!--@end-->
</tbody>
        </table>
    </fieldset>
</form>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
우헬헬헬 xe 인스톨 한글ver 이 안되는이유..  
Tyou 글쓰면 권한이 없다고 나와요.  
cocobulls 호스팅업체에서 자기네맘대로 db 패스워드를 [1] 2011.09.08 by 송동우
말사랑 왜 관리자 초기 페이지 안 나와요?  
모르겠어요 게시물 용량제한 [1] 2011.09.08 by 송동우
고독의요새 서버 이전후 메뉴나 게시판 분류의 추가나 수정이 되지 않습니다. [2] 2011.09.08 by 송동우
모르겠어요 게시물을 클릭하면 게시물제목이 로고위에서 떠요;; [1] 2011.09.08 by 송동우
최태진814 간단한 질문 [1] 2011.09.08 by 송동우
고지명 왕초보 질문  
청순걸 모바일 레이아웃 스킨을 설치하려고 하는데 이런 오류 창이 떠요.  
점돌님 APMsetup 폴더 압축하려고 하는데요  
소르 최근갤러리 적용시 검정선...  
Tyou 익명게시판을 쓰려고 하는데요  
leenlee 시간이 틀리게 표시됩니다...도움주세요... [2] 2011.09.08 by leenlee
제이박 XE Engine의 공식 홈페이지의 Layout은 어던 건가요? [1] 2011.09.08 by smartset
쿵푸팬더 송동우님 한번만 봐주세요! [2] 2011.09.08 by 송동우
leenlee 저와 같은 현상을 겪으신분 없나요 제발~도움을... [1] 2011.09.08 by Poltus
홈페이지123 레이아웃 적용방법좀 ㅠ [2] 2011.09.08 by 송동우
Poltus 해당 게시판의 전체 글 수.. [3] 2011.09.08 by 송동우
지휴 게시판 DB 이동시키기 [1] 2011.09.08 by 송동우
안건호 제로보드 메뉴 이미지와 ui픽셀이동에 대하여 질문입니다. [1] 2011.09.09 by 송동우
신제원 게시판 모듈의 표 문의입니다. file  
미노의 터키여행기 잘되던 로그인이 갑자기 되지 않습니다 [1] 2011.09.09 by 송동우
stokkelove 구글, 네이버등 검색엔진이 제 게시물을 못읽습니다.  
쿵푸팬더 송동우님 어제 알려주신 방법으로 어느정도 진행이 되었습니다. [1] 2011.09.09 by 송동우
스포츠365 bodex 게시판 비회원 글쓰기하면  
황승연716 고수님 도와주세요..T.T  
소리없이 업데이후 관리자 메인 페이지가 안나옵니다 / 모듈페이지 자체도 없습니다. [2] 2011.09.09 by 소리없이
mychul5 송동우님 pxeboard의 웹진형 설정시 코드좀 봐주세요 [1] 2011.09.09 by 송동우
곰돌이. 게시글 이미지 사이즈 강제조절 안되나요? [1] 2011.09.09 by 송동우