Css
How to avoid the table because the picture size or too long English characters and deformation, in the CSS add the following code can be prevented, at the same time, English words will also break the word, not by letter this. I would like to say that this is not supported in the CSS2.0, but can solve some practical problems. Page design is not designed for standard testing, or user-oriented, in some of the current web standards can not solve some of the problems, I will adopt some non-standard methods to deal with, as long as the mainstream browser such as Ie,firefox,netscape,opera can be correctly displayed, I will put the checksum through the Web table in the secondary position, and MS has been suggested in CSS3. Add this attribute in 0, maybe CSS3. 0 will support. Web standards are also evolving, and perhaps tomorrow's standards are added to this attribute, or new attributes are presented to solve them.
Look at this connection.
http://www.w3.org/TR/2003/CR-css3-text-20030514/
Common CSS Code Snippets:
<style>
Table {
table-layout:fixed;
Word-wrap:break-word;
}
div {
Word-wrap:break-word;
}
</style>