묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
마지막 ㅜㅜ 최근게시물..
2004.12.20 16:01
<!-- 상단의 타이틀 -->
<html>
<head>
<style>
a.noti:link {font-family:굴림;font-size:12px;color: #9E9467;text-decoration: none;}
a.noti:visited {font-family:굴림;font-size:12px;color:#9E9467;text-decoration: none;}
a.noti:hover {font-family:굴림;font-size:12px;color: #E7E3D8;text-decoration: none;}
a.noti:active {font-family:굴림;font-size: 12px;color: #E7E3D8;text-decoration: none;}
TD {line-height: 120%;}
</style>
<body>
<table border=0 width=100% height=0 cellspacing=1 cellpadding=0>
<tr>
<td width="13%" align="left" bgcolor=fefefe><img src=[dir]Whatsnew_iconk.gif border=0></td>
<td width="87%" bgcolor=fefefe><table class="noti" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>[loop]</td>
</tr>
<tr>
<td>[subject]</font></td>
</tr>
<tr>
<td>[/loop]</td>
</tr>
</table></td>
</tr>
</table>
</body>
</head>
</html>
이게최근게시물에적용한 css 거든요..3개의 최근게시물에..각각 다르게
적용을해야하는데..어떻게하나요??
3개의최근게시물에저렇게따로넣어도..똑같은색으로나와버리네요..
아고.. 답변좀부탁드립니다..^^;;
그럼항상들수고하십니다..
<html>
<head>
<style>
a.noti:link {font-family:굴림;font-size:12px;color: #9E9467;text-decoration: none;}
a.noti:visited {font-family:굴림;font-size:12px;color:#9E9467;text-decoration: none;}
a.noti:hover {font-family:굴림;font-size:12px;color: #E7E3D8;text-decoration: none;}
a.noti:active {font-family:굴림;font-size: 12px;color: #E7E3D8;text-decoration: none;}
TD {line-height: 120%;}
</style>
<body>
<table border=0 width=100% height=0 cellspacing=1 cellpadding=0>
<tr>
<td width="13%" align="left" bgcolor=fefefe><img src=[dir]Whatsnew_iconk.gif border=0></td>
<td width="87%" bgcolor=fefefe><table class="noti" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>[loop]</td>
</tr>
<tr>
<td>[subject]</font></td>
</tr>
<tr>
<td>[/loop]</td>
</tr>
</table></td>
</tr>
</table>
</body>
</head>
</html>
이게최근게시물에적용한 css 거든요..3개의 최근게시물에..각각 다르게
적용을해야하는데..어떻게하나요??
3개의최근게시물에저렇게따로넣어도..똑같은색으로나와버리네요..
아고.. 답변좀부탁드립니다..^^;;
그럼항상들수고하십니다..
a 태그에 걸어야 제대로 작동을 합니다.