A Beginner's Question
-
Hi I am a new commer to html.I have a question:
<table style=" border-color:Black;border-width:1px;border-style:solid"> <tr > <td style="width:100px;height:100px"> 111111111111111111111111111111111111111111111111111111111111 </td> </tr> </table>
I want the text in td be wraped when exceeds the width ,and the text be clipped when it exceeds the height. Can anyone help me? Any idea will be appropiate. -
Hi I am a new commer to html.I have a question:
<table style=" border-color:Black;border-width:1px;border-style:solid"> <tr > <td style="width:100px;height:100px"> 111111111111111111111111111111111111111111111111111111111111 </td> </tr> </table>
I want the text in td be wraped when exceeds the width ,and the text be clipped when it exceeds the height. Can anyone help me? Any idea will be appropiate.