묻고답하기

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 남기남
큰성565 모바일스킨을 pc접속할 때 스킨으로 하기.. [3] 2013.05.30 by 윈컴이
옆집옵하 특정그룹이 게시글 작성시 무조건 해당 게시판 상단에 등록하도록 할 수 있을까요? [1] 2013.05.30 by 송동우
생각보다 iframe이 저절로 생깁니다.. 악성코드인가요? [1] file 2013.05.30 by 언데드
아루히 회원 가입시에 나오는 문구 다국어 [2] file 2013.05.30 by 송동우
짝사랑 출석부 개근 일수 변경..  
Uknow 에러문구 이건 모죠? [1] 2013.05.30 by 송동우
야마돌끼 xe 업데이트 질문입니다. [1] 2013.05.30 by 송동우
한번만더사 게시판 스킨 질문이요~ 도와주세요 ㅠㅠ [1] file 2013.05.30 by 몽실아빠
한번만더사 게시판 스킨중에요~~~~ [1] 2013.05.30 by YEARNING
까꿍_v 모바일에서만 보이는 에드센스 [1] 2013.05.30 by 몽실아빠
miso77 너무급합니다 스크린샷 찍엇습니다 도와주세요 [1] file 2013.05.30 by una_nampyeon
moon00 new아이콘 [1] 2013.05.30 by 송동우
Uknow 아래질문인데 이어서 하나만더 할게요  
Uknow 메뉴에서 이런건 어떻게하나요? [1] 2013.05.30 by XETheme
gisiki js 수정 가능하신분 있으신가요?  
야마돌끼 xe 설치 질문입니다. [1] 2013.05.30 by 송동우
madcow 모바일에서 로그인 후 이동페이지 [1] 2013.05.30 by 몽실아빠
김준용119 엮인글 차단 메뉴 [1] 2013.05.30 by 김준용119
명드래곤 Firebug 1.11.4 버전 사용시 디버깅이 안되네요 ㅠ [1] 2013.05.30 by 우진홈
마네트 회원가입이 대량으로 들어올때 [1] 2013.05.30 by 송동우