묻고답하기

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 남기남
송혜교남펀 공지사항 제목 글 색깔을 빨간색으로 하고 싶어요 [1] 2009.01.05 by 백성찬
오상환 로그인후 로그아웃... [2] 2009.01.05 by 김정만803
earthhero.me 가입 인증 메일 확인 결과 리스트 입니다. [3] 2009.01.05 by ㅠㅠ
김정만803 메뉴모듈의 메뉴 링크를 내가만든 메뉴에서 쓰는 방법? 궁금? [5] 2009.01.05 by 김정만803
idlelogic 제로보드XE의 이메일 연동에 대해 질문 드립니다. [1] 2009.01.05 by 김정만803
철쌤 1.1.3에서 홈페이지 패키지에서 레이아웃 변경이 안되네요. [4] 2009.01.05 by 루비믹스
iLunatic 분류기능 사용시에 비공개글 [2] 2009.01.05 by iLunatic
edgarkim 제로보드에 플래쉬 메뉴 붙이기.... [1] 2009.01.05 by 김정만803
장뚱이 레이아웃에서 기본 모듈 지정하는 법 좀 알려주세요.^^* [10] file 2009.01.05 by 지연아빠
겨례사랑 블로그에서 프로필 바꿀수 있지않나요?? [3] file 2009.01.05 by 지연아빠
최대리 블로그프로필swf파일로올리는방법  
Sunny_love 백지 현상---->제 잘못인지요.. [2] 2009.01.05 by Sunny_love
서피현 메뉴 NEW 표시하기 file  
MazeHz 이미지 엑박 [3] file 2009.01.05 by MazeHz
아소 제로보드에선 항상 재로그인이 안되요  
아이언가면 제로보드XE 기본스킨(청록색)에서 글쓴이 부분을 가운데 정렬하고 싶습니다. [3] 2009.01.05 by 아이언가면
아이언가면 글쓰고 읽는 부분을 흰색 처리 하고 싶습니다. [2] 2009.01.05 by 아이언가면
잠자는공주 질문입니다 [1] 2009.01.05 by 백성찬
레스705 제로보드의 페이지는 실제 존재하나요? [2] 2009.01.05 by 레스705
인끈 한글과 영문폰트를 각각 달리하는 방법이 있는지요.  
플래닛sms 플래닛 SMS... 어디에 보내는거죠?  
정낙훈(xynex) 비회원 접속시 관리자가 설정한 로그인 페이지로 이동하게끔 [2] 2009.01.05 by Habile
Kelvin 메뉴얼이랑 이미지가 달라요 & 댓글관련 [2] 2009.01.05 by Habile
Qwiff 특정회원 목록이 한줄로만 나옵니다 [2] 2009.01.05 by Qwiff
꼬맹이html 어떻게해요?? [7] 2009.01.04 by 백성찬
반야545 업그레이두 후글씨가 조막만하게 나올경우 [1] 2009.01.04 by 백성찬
welcomeju cloud 최근 이미지가 안 먹혀요. [3] 2009.01.04 by 백성찬
서리~ [긴급] 최근 글 목록 변경 방법 질문??? [1] 2009.01.04 by 경천애인
매력고양이심바♡ 제로보드4 게시판 질문입니다. [1] 2009.01.04 by 백성찬
재간 뭐가 뭔지 ㅠ 잘 모르겠는데요. [1] 2009.01.04 by 백성찬