html - How to preserve whitespace but ignore line breaks in CSS? -


the white-space property in css-3 has pre-wrap value, preserve whitespace , line breaks, , wrap when necessary, , pre-line value, collapses whitespace, preserves line breaks, , wraps when necessary.

what not have, though, value preserves whitespace , collapses line breaks, while still wrapping otherwise.

is there combination of other css properties can use effect?

for example:

this  example code should     render on  1  line  spaces     intact. 

should like:

this  example code should     render on  1  line  spaces     intact. 


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -