묻고답하기


http://leehy.nafly.net  -> 메인 index의 최신게시물의 스타일시트가 망가졌습니다.

http://leehy.nafly.net/bbs/zboard.php?id=free  -> 최신게시물의 테이블 속성이 안됩니다. line-height 같은것이 안됩니다.


최신 게시물 소스입니다. 위에 홈페이지에는 안나왔지만 예전에 제로보드 스타일 시트가 최신 게시물 스타일 시트 를 따라와서 제가 최신게시물의 스타일 시트를
고쳤습니다. 결과는 제로보드 스타일 시트는 가만히 냅두는데 성공했지만 최신 게시물 스타일 시트를 설정할수가 없게되었습니다.

제가 원하는건 제로보드 게시판의 스타일 시트는 그대로 원본으로 냅두고 최신게시물의 스타일 시트와 최신게시물 테이블속성을 바꾸고 싶은데 안됩니다. 어떻해야 되죠?

두개 같이 하면 최신 게시물 스타일 따라오는거 다음제로보드 버젼에서 고쳤으면 좋겠군요. 마치 노프레임 스타일 따라가듯이 말이죠.
제로보드의 스타일 시트가 심각하게 문제가 많은것 같습니다.  초보는 아예 몇주를 고생하네요. 다음제로보드 버젼에서 고쳤으면 좋겠군요




<STYLE>

@font-face {font-family:Arial, Helvetica, sans-serif; src:url();}
.c1{font-size:9pt; font-family:Arial, Helvetica, sans-serif; color:#00000; line-height:150%;}

a.no6:link {font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; text-decoration:none;}
a.no6:visited {font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; text-decoration:none;}
a.no6:active {font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; text-decoration:none;}
a.no6:hover {font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; text-decoration:underline;}

</STYLE>



<!-- 상단의 타이틀 -->
<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=D8DACE>
<tr>
        <td bgcolor=#D8DACE><img src=[dir]t.gif border=0 height=0><br>[title]</a>
</td>
</tr>
</table>

<!-- 최근글 목록이 나오는 부분 -->
<table border=0 width=100% cellspacing=0 cellpadding=0>
[loop]
<tr>
        <td style=word-break:break-all;class=c1;>
                <img src=[dir]t.gif border=0 width=100% height=2><br>
                <img src=[dir]bul.gif border=0> [subject]<br>
                <img src=[dir]underline.gif border=0 width=100% height=2><br>
        </td>
[/loop]
</tr>
</table>