Or, you could do:
<html><pre>
This is some line of preformatted text.
And this is another one.
</pre></html>
Or, you could do:
<tt>
This is some line of preformatted text.
And this is another one.
</tt>
This will no preserve multiple spaces, but it gives you the equal-spaced
font.
I'd say
=This is some line of preformatted text.
=And this is another one.
is pretty good.
Peace and Luck!
Je77
On Mon, Dec 18, 2000 at 02:44:40PM +0100, Sander Tichelaar wrote:
> Of course, the 'Swiki way' is preceeding the lines with ='s, but still...
>
> Sander Tichelaar wrote:
> >
> > I saw that the Swiki translates the following Swiki code:
> >
> > <pre>
> > This is some line of preformatted text.
> > And this is another one.
> > </pre>
> >
> > into the following HTML:
> >
> > <pre><br>
> > This is some line of preformatted text.<br>
> > And this is another one.<br>
> > </pre><br>
> >
> > As far as I can see this is a bug. The line feeds in the preformatted text
> > already start a new line. The <br> start a second one. Which is not what
> > you
> > want. (It also makes the preformatted text look horrible).
> >
> > Cheers,
> >
> > Sander