2017. 2. 22. 11:11

 

 

 

<table width="200" border="1">

<tr>

<td style="text-overflow:ellipsis; overflow:hidden">긴문자생략</td>

</tr>

</table>

 

 

td 스타일에 저거 넣어주면, 알아서 생략됨.

뒤에는 .....으로 보임.

 

이거 안될때, 

<table style="table-layout: fixed>

테이블 스타일에 이거 추가해주면 된다.

Posted by Tyson