[thelist] form submit nn4.7

John Olival johnolival at yahoo.co.uk
Mon Nov 26 13:29:44 CST 2001


Adam

The problem seems to be a conflict between the line-height you specified in
the style sheet and the space you allow for in the form. Netscape doesn't
like this. If you add another <br> like you have done with all the other
input boxes after the textarea box (see below), this will sort out your
problem.

<form method="post" action="http://www.lweb.net/cgi-bin/mailer.pl">....
....
Comments:<br><textarea name="Comments" cols="40"
rows="4"></textarea><br><br>
<input type="reset" value="clear">&nbsp;<input type="submit" value="send">
      </form>

Now is there still a problem with your pop-up script?

HTH

JohnO


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the thelist mailing list