묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근계시물관련 질문
2003.01.10 17:42
최신계시물에 있어
제목출력이 : "[2003.1.10]고성능의 pc를 만드는 이유 8가
지가 있는데..." 이렇게 출력 됩니다
제목출력을 "[2003.1.10]고성능의 pc를 만드는 이유 8가
지가 있는데..." 이와 같이 출력을 할려면 아래의 소스어느 부분을 수정해 주여야 하나요?
<aurora_latest_bbs 소스>
<STYLE>
body,td,tr,table{font-size:9pt; font-family:굴림;color:black;line-height:160%;}
A:link {font-family:굴림;font-size:9pt;color:#888888;text-decoration:none;}
A:visited {font-family:굴림;font-size:9pt;color:#888888;text-decoration:none;}
A:active {font-family:굴림;font-size:9pt;color:#888888gg9900;text-decoration:none;}
A:hover {font-family:굴림;font-size:9pt;color:black;text-decoration:none;}
</STYLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
<TR VALIGN="MIDDLE" ALIGN="LEFT">
<TD><IMG SRC="[dir]tleft.gif" WIDTH=12 HEIGHT=30 BORDER="0"></TD>
<TD width=100% BACKGROUND="[dir]t.gif">
<p align="left"><img src="./zboard/latest_skin/notice_orange/images/title.gif" width="10" height="10" border="0"> <b>[title]</b></TD>
<TD><IMG SRC="[dir]tright.gif" WIDTH=8 HEIGHT=30 BORDER="0"></TD>
</TR>
<TR VALIGN="TOP">
<TD> </TD>
<TD>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td height=5></td></tr>
<tr>
<td width="100%" valign="top">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<td width="100%">[loop]</td>
</tr>
<tr><td height=20 > <img src="[dir]icon.gif" border=0 align=absmiddle> [[date]] [subject] <font color=red>[comment] [new]</font></td></tr>
<tr><td bgcolor=#f3f4f3 height=1 width="100%" ></td></tr>
<td width="100%">[/loop]</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
<TD> </TD>
</TR>
</TABLE>
<table border=0 width=100% height=0 cellspacing=0 cellpadding=0>
<tr><td height="8"></td></tr></table>
제목출력이 : "[2003.1.10]고성능의 pc를 만드는 이유 8가
지가 있는데..." 이렇게 출력 됩니다
제목출력을 "[2003.1.10]고성능의 pc를 만드는 이유 8가
지가 있는데..." 이와 같이 출력을 할려면 아래의 소스어느 부분을 수정해 주여야 하나요?
<aurora_latest_bbs 소스>
<STYLE>
body,td,tr,table{font-size:9pt; font-family:굴림;color:black;line-height:160%;}
A:link {font-family:굴림;font-size:9pt;color:#888888;text-decoration:none;}
A:visited {font-family:굴림;font-size:9pt;color:#888888;text-decoration:none;}
A:active {font-family:굴림;font-size:9pt;color:#888888gg9900;text-decoration:none;}
A:hover {font-family:굴림;font-size:9pt;color:black;text-decoration:none;}
</STYLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
<TR VALIGN="MIDDLE" ALIGN="LEFT">
<TD><IMG SRC="[dir]tleft.gif" WIDTH=12 HEIGHT=30 BORDER="0"></TD>
<TD width=100% BACKGROUND="[dir]t.gif">
<p align="left"><img src="./zboard/latest_skin/notice_orange/images/title.gif" width="10" height="10" border="0"> <b>[title]</b></TD>
<TD><IMG SRC="[dir]tright.gif" WIDTH=8 HEIGHT=30 BORDER="0"></TD>
</TR>
<TR VALIGN="TOP">
<TD> </TD>
<TD>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td height=5></td></tr>
<tr>
<td width="100%" valign="top">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<td width="100%">[loop]</td>
</tr>
<tr><td height=20 > <img src="[dir]icon.gif" border=0 align=absmiddle> [[date]] [subject] <font color=red>[comment] [new]</font></td></tr>
<tr><td bgcolor=#f3f4f3 height=1 width="100%" ></td></tr>
<td width="100%">[/loop]</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
<TD> </TD>
</TR>
</TABLE>
<table border=0 width=100% height=0 cellspacing=0 cellpadding=0>
<tr><td height="8"></td></tr></table>
댓글 2
-
세상
2003.01.10 17:52
-
스티치
2003.01.11 11:25
날짜와 제목칸이 따로 나오게 하시려나 본데.. 세상님께서 지적하신 소스 부분에서 date와 subject가 한개의 셀안에 들어 있기 때문에 그걸 두개의 셀로 나누어 주어야 합니다.왼쪽셀에는 date가 나오고 오른쪽셀에는 subject가 나오도록 말이죠.
<tr><td height=20 > <img src="[dir]icon.gif" border=0 align=absmiddle> [[date]] [subject] <font color=red>[comment] [new]
이 부분에서..
<td height=20 > 요걸.. -> <td height=20 align=center>로 하면 되지 않을까 싶네요..