lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV line break missing after input fields in pre blocks


From: Laura Eaves
Subject: LYNX-DEV line break missing after input fields in pre blocks
Date: Sat, 3 May 1997 23:16:40 -0400 (EDT)

I was just experimenting with a form and noticed that when I put the form
in a pre block, there is no line break after the input fields (even though
there's a carriage return in the text).

The line break is there in 2.7.1 +fotemods(4/10/97).

I also noticed that the line break is there when I move the <form> tag up
before the pre block, but not when the <form> tag is in the pre block.

The example:
(Note that there should be a line break after the text entry field and
after the submit button.)

<html>
<head><title>testing mailto in form action</title>
</head>
<body>
<pre>
<form method="post" action="mailto:address@hidden";>
<input type="hidden" name=formtest value="test mailto in form action">
<input type="text" size=30 maxlength=50 name="info">
<select name="dessert" size=3>
<option>hot fudge sundae
<option selected>chocolate milk shake
<option>banana split
<option>carmel apple
<option>apple pie
<option>pumpkin chiffon pie
<option>strawberry short cake
</select>
<input type="submit">
Some text afater submit button...
</form>
</pre>
</body>
</html>

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]