0
It is possible to play a text all misaligned and full of spaces to the left, above and below. Let it all align and without spaces?
For example:
texto texto texto texto texto
and leave like this, all without spaces and aligned to the left:
texto texto texto texto texto
This is already automatic when pasting in the editor (textarea).
Man vc can remove whitespace with the replace(' ', '') function from javascript.. and can add CSS classes to format the content.. it would be nice to post your code, what you have done so far so that I can help you better.
– wDrik