>
> Hi Vicki ---
>
> Two things:
>
> Firstly, a there is a difference between /n and \n :-)
>
> Secondly, remember that all whitespace (including newlines) in HTML is
> collapsed
> down to a single space.
>
> The newlines will be there, but your web browser is just ignoring them.  A
> quick
> fix is something like '%s: %s<br>' % (key, form[key].value).
>
> --
> John.

Yeah, thanks, John. That'll teach me to type instead of cutting and
pasting. Thanks too for the lesson.

Vicki

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to