Q: formatting of the <pre> tag?
NOT include two (2) additional new line
chars after each one new line original
char.
I.e. Using pre tag (broken behavior):
<pre>
Line 1 [enter]
Line 2 [enter]
</pre>
As you can see there are 2 extra new line chars
after each line.
I.e. Using tt tag -- this is how also the
pre tag above should have appeared(!):
<tt>
Line 1 [enter]
Line 2 [enter]
</tt>
The advantage to my suggestion is that
with the pre tag, formatting is preserved,
while with the tt tag, it is not.
So that eventually I can send all the text
of my messages inside a pre tag, so
that it looks <b>exactly</b> as I've
typed it here in the message create window.
Thanks,
--



