묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
위 이미지를 보시는데로 "관리자"가 작성한 글은 글 제목과 작성자 이름이 직선상에 있는데
"이지나"가 작성한 글은 조금 위로 올라가 있습니다...
계속 본 결과 댓글이 등록된 글에 대해서는 옆에 댓글이 달린 숫자와 함께 있는 작성 글에 대해서는
작성자 이름이 위쪽으로 올라가는 오류가 발생하고 있습니다.
최근 게시글~ 작성자 이름이...
2008.10.16 15:04
위 이미지를 보시는데로 "관리자"가 작성한 글은 글 제목과 작성자 이름이 직선상에 있는데
"이지나"가 작성한 글은 조금 위로 올라가 있습니다...
계속 본 결과 댓글이 등록된 글에 대해서는 옆에 댓글이 달린 숫자와 함께 있는 작성 글에 대해서는
작성자 이름이 위쪽으로 올라가는 오류가 발생하고 있습니다.
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("normal/style.css")--><table width=100% cellpadding=0 cellspacing=0><tr><td>
<table width=100% cellpadding=0 cellspacing=0>
<tr class="title_box" ><td class="title_box_left" ></td><td ><div class="hancoma_title">{$widget_info->title}</div></td><td width=50 class="title_box_more" align=right>
<!--@if($widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}">more</a>
<!--@end-->
</td><td class="title_box_right" ></td></tr></table>
</td></tr><tr><td>
<table width=100% cellpadding=0 cellspacing=0>
<!--@foreach($widget_info->document_list as $oDocument)-->
<tr class="document_box"><td class="document_box_left"></td><td>
<div class="document">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span></div>
<!--@end-->
<span class="writer">
{$oDocument->getUserName()}
</span>
</td><td>
<div class="regdate">{$oDocument->getRegdate("Y-m-d")}</div></td><td class="document_box_right"></td></tr>
<!--@end-->
</table> </td></tr><tr><td>
<table class="bottom" width=100% cellpadding=0 cellspacing=0>
<tr >
<td class="bottom_left" ></td>
<td ></td>
<td class="bottom_right" ></td>
</tr></table> <td></tr></table>
<!--%import("normal/style.css")--><table width=100% cellpadding=0 cellspacing=0><tr><td>
<table width=100% cellpadding=0 cellspacing=0>
<tr class="title_box" ><td class="title_box_left" ></td><td ><div class="hancoma_title">{$widget_info->title}</div></td><td width=50 class="title_box_more" align=right>
<!--@if($widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}">more</a>
<!--@end-->
</td><td class="title_box_right" ></td></tr></table>
</td></tr><tr><td>
<table width=100% cellpadding=0 cellspacing=0>
<!--@foreach($widget_info->document_list as $oDocument)-->
<tr class="document_box"><td class="document_box_left"></td><td>
<div class="document">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span></div>
<!--@end-->
<span class="writer">
{$oDocument->getUserName()}
</span>
</td><td>
<div class="regdate">{$oDocument->getRegdate("Y-m-d")}</div></td><td class="document_box_right"></td></tr>
<!--@end-->
</table> </td></tr><tr><td>
<table class="bottom" width=100% cellpadding=0 cellspacing=0>
<tr >
<td class="bottom_left" ></td>
<td ></td>
<td class="bottom_right" ></td>
</tr></table> <td></tr></table>
댓글 2
-
老姜君
2008.10.16 19:41
이 소스가 아니라 css에서 코멘트 클래스의 내용을 수정하셔야 될것 같은데요. -
하늘편지
2008.10.17 01:48
.newest_document_hancoma_normal {위 최근 게시글에 사용된 CSS 파일입니다.
}
.newest_document_hancoma_normal .newest_document_hancoma_box {
}
.title_box {
background:url(./top2.jpg);
padding:0px;
height:24px;
overflow:hidden;
}
.hancoma_title {
padding:5px;
font-weight:bold;
height:14px;
float:left;
}
.title_box_left {
background:url(./top1.jpg);
width:24px;
font-weight:bold;
}
.title_box_right {
background:url(./top3.jpg) no-repeat right;
width:7px;
height:24px;
}
.title_box_more A{
float:right;
color:#AAAAAA;
text-decoration:none;
font-weight:bold;
font-size:.90em;
padding-right:5px;
padding-top:0px;
}
.document_box {
background:url(./icon2.jpg);
clear:both;
border-bottom:0px solid #EEEEEE;
height:24px;
margin:0px 0px 0px 0px;
overflow:hidden;
}
.document_box_left {
background:url(./left1.jpg) no-repeat left;
font-weight:bold;
height:24px;
width:5px;
float:left;
}
.document_box_right {
background:url(./right1.jpg);
width:7px;
}
.document {
padding:5px 0px 5px 20px;
background:url(./document_bullet.gif) no-repeat left;
float:left;
}
.document A {
text-decoration:none;
color:#555555;
}
.document A:hover {
text-decoration:underline;
color:#000000;
}
.document A:visited {
color:#AAAAAA;
}
.document .comment A {
font-size:7pt;
color:#AAAAAA;
letter-spacing:-1px;
}
.newest_document_hancoma_normal .newest_document_hancoma_box .document .writer {
color:#AAAAAA;
}
.regdate {
color:#AAAAAA;
font-size:8pt;
float:right;
white-space:nowrap;
padding-right:5px;
padding-top:5px;
}
.bottom {
background:url(./bottom.jpg);
width:100%;
height:4px;
margin:0px 0px 0px 0px;
}
.bottom_left {
background:url(./bottom1.jpg) no-repeat left;
width:5px;
height:4px;
}
.bottom_right {
background:url(./bottom2.jpg) no-repeat right;
width:7px
}
꼭좀 찾아주세요...제발요..ㅜㅜ