Home >Web Front-end >HTML Tutorial >I want to ask for advice on a css problem about displaying many consecutive single quotes_html/css_WEB-ITnose
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><body><table style="width:150px; word-break:break-all; -ms-word-break: break-all;" id="test"> <tr> <td>''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' </td></tr> <tr> <td>'''''''''' '''''''''''''' ''''''''''''''' '''''' '''''''''''' '''''''''''''' ''''''''''''''' ''''''''''''''' ''''''''''aaaaaaaaaaaaaaaaaaaa </td> </tr> <tr> <td>eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee </td></tr></table></body></html>
Try using fixed table word-wrap:
79aef631b92a7b4c1297b1cdd49dd30f
word-break does not support automatic line wrapping of continuous symbols
Try using fixed table word-wrap:
4d108ef89d752dd45494e8cd06004293
word-break does not support automatic line wrapping of continuous symbols
Thanks upstairs. . . Problem solved Thank you