묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[질문] nowrap 에 대하여 질문있습니다.
2003.08.04 14:09
nzeo.com 메인에 보시면 웹스터디 최근글 표시할떄.. 테이블사이즈가 작아져도 게시글이 개행이 안되고 테이블 뒤에 숨겨지는데..
그걸 보니까 nowrap때문에 그런거 같은데여.
왜 저는 아무리 해도 안될까여.
아래 소스코드를 보시면 제목만 nowrap 되게 하려고 하는데 전 단지 <nobr>기능만 되더라고여...
이유를 모르겠어여 아시는분 있으시면 도움좀 부탁드립니다.
<table width="84%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="34"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"><table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="22">
<td width="29"><div align="center"><font color="#666666" size="2" face="돋움">11</font></div></td>
<td align="left" nowrap><a href="#" target="_self">[공지] dddddddddddddddddddddddddddddddddddddddddddddddddddd</a></td>
<td width="64"><div align="center"><font color="#666666" size="2" face="돋움">김종완</font></div></td>
<td width="95"><div align="center"><font color="#666666" size="2" face="돋움"><nobr>2003-08-04 11:45</nobr></font></div></td>
<td width="40"><div align="center"><font color="#666666" size="2" face="돋움">0</font></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" bgcolor="BFBFBF"></td>
</tr>
</table></td>
</tr>
</table>
그걸 보니까 nowrap때문에 그런거 같은데여.
왜 저는 아무리 해도 안될까여.
아래 소스코드를 보시면 제목만 nowrap 되게 하려고 하는데 전 단지 <nobr>기능만 되더라고여...
이유를 모르겠어여 아시는분 있으시면 도움좀 부탁드립니다.
<table width="84%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="34"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"><table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="22">
<td width="29"><div align="center"><font color="#666666" size="2" face="돋움">11</font></div></td>
<td align="left" nowrap><a href="#" target="_self">[공지] dddddddddddddddddddddddddddddddddddddddddddddddddddd</a></td>
<td width="64"><div align="center"><font color="#666666" size="2" face="돋움">김종완</font></div></td>
<td width="95"><div align="center"><font color="#666666" size="2" face="돋움"><nobr>2003-08-04 11:45</nobr></font></div></td>
<td width="40"><div align="center"><font color="#666666" size="2" face="돋움">0</font></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" bgcolor="BFBFBF"></td>
</tr>
</table></td>
</tr>
</table>
댓글 2
-
행복한고니
2003.08.04 15:46
-
김종완
2003.08.04 18:07
답변 너무 감사드립니다.
님의 답변을보고 너무나 nowrap에 중점을 두고 문제점을 찾던것을 다시한번 확인해보았습니다.
그래서... nzeo.com 메인에서 style="table-layout:fixed" 와 같은 스타일시트를 찾아서 써보았더니 잘되더군요
님의 답변 너무나 감사드립니다. 언제나 행복하세여
만약 별다른 설정이 없다면 테이블의 너비가 늘어나야 정상이죠.
어디까지나 별다른 설정이 없다면... 이지만요.
nzeo.com 에는 별다른 설정을 했습니다.
td 에 style="overflow:hidden" 속성을 줘보세요. 재미있는 결과가 나타납니다.