The situations:
I have text in a var, that I am assigning to the innerhtml of a 'p' tag . The text has whitespace at the end.
The problem:
The last whitespace isn't rendered, by p tags. IT is ignored.
Is there a tag other than the pre tag, that can render whitespace at the end ?
I know I can use , but due to the nature of a processing function , I can't use nbsp. 'pre' tag doesn't seem to respect the css width property. SO the only way forward seems to be a mythical tag that would render all whitespaces (beginning,end).
Help ?
Thanks