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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -