How to enable automatic line feed for English Blog content and automatic line feed for English blog
How to enable automatic line feed for English Blog content
If the blog is full of English letters or numbers, the page will be opened in the result, and the new line cannot be automatically wrapped.
If your blog supports source code editing, for example, the <> icon in the CSDN blog is the source code editing mode, you can use the following method to enable automatic line feed in English or numbers:
1. CSS style method:
<Table style = "table-layout: fixed;">
<Td style = "left: 0; white-space: normal; word-break: break-all; overflow: auto! Important ">
Your blog content
Your blog content
</Table>
</Td>
2. Replace the space: because the space is expressed as "& nbsp;", it will not automatically wrap the line, and force the line feed will separate the words, "& nbsp; "and then replace it.
The second method has not been tested, which is troublesome. The first method is recommended.