Text too long replaces pure CSS code with ellipses
The code is as follows:
<table width= "border=" "0" cellpadding= "5" cellspacing= "1" bgcolor= "#007373" style= "table-layout:fixed" >
<tr>
<th nowrap bgcolor= "#159AA2" style= "Overflow:hidden; Text-overflow:ellipsis; Color: #FFFFFF; >List1</th>
<th nowrap bgcolor= "#159AA2" style= "Overflow:hidden; Text-overflow:ellipsis; Color: #FFFFFF; >List2</th>
<th nowrap bgcolor= "#159AA2" style= "Overflow:hidden; Text-overflow:ellipsis; Color: #FFFFFF; >List3</th>
</tr>
<tr>
<TD nowrap bgcolor= "#E8FFFF" style= "Overflow:hidden; text-overflow:ellipsis; " > Using CSS to implement a very long field is omitted simple method </td>
<TD nowrap bgcolor= "#E8FFFF" style= "Overflow:hidden; text-overflow:ellipsis; " > Using CSS to implement a very long field is omitted simple method </td>
<TD nowrap bgcolor= "#E8FFFF" style= "Overflow:hidden; text-overflow:ellipsis; " > Using CSS to implement a very long field is omitted simple method </td>
</tr>
</table>