java - PHP to display text document with wrap and width detection -


i have html document long lines, looks :

just simple document.html, plain text (without <,>,... html).

bla bla bla bla .... bla <br> bla bla bla bla .... bla <br> 

unfortunately, web browser not wrap content allow proper viewing , reading.

java implemented detection of width. php or html or css make readable.

would have maybe ideas may here on matter?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -