View Full Version : Email Form


mystikal06
07-08-2003, 07:37 AM
<form action="http://response-o-matic.com/cgi-bin/rom.pl"
method="post">
<INPUT TYPE="hidden" NAME="your_email_address"
VALUE="blahblah@blahblahblah.com">
<INPUT TYPE="hidden" NAME="your_name"
VALUE="Name">
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="Subject">
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="Thank you!">
<INPUT TYPE="hidden" NAME="return_link_url"
VALUE="http://blahblahblah.com">
<INPUT TYPE="hidden" NAME="return_link_name"
VALUE="Back Home">
<input type="text" name="visitor_name" value="Name: "><br>
<input type="text" name="visitor_email_address" value="Email "><br>
<input type="text" name="homepage" value="http://"><br>
<input type="text" name="comments" value="Comments"><br>
<input type="submit" name="send" value="Send!"> <font size=1>or
<input type="reset" name="reset" value="Whoops!"></form>
okay--every time i put that on my page, my css gets all messed up underneath where the email form is?? what's wrong????? like the only problem is that my font gets really small-almost unreadable? any ideas?

pb&j
07-08-2003, 04:19 PM
Originally posted by mystikal06
<form action="http://response-o-matic.com/cgi-bin/rom.pl"
method="post">
<INPUT TYPE="hidden" NAME="your_email_address"
VALUE="blahblah@blahblahblah.com">
<INPUT TYPE="hidden" NAME="your_name"
VALUE="Name">
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="Subject">
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="Thank you!">
<INPUT TYPE="hidden" NAME="return_link_url"
VALUE="http://blahblahblah.com">
<INPUT TYPE="hidden" NAME="return_link_name"
VALUE="Back Home">
<input type="text" name="visitor_name" value="Name: "><br>
<input type="text" name="visitor_email_address" value="Email "><br>
<input type="text" name="homepage" value="http://"><br>
<input type="text" name="comments" value="Comments"><br>
<input type="submit" name="send" value="Send!"> <font size=1>or
<input type="reset" name="reset" value="Whoops!"></form>
okay--every time i put that on my page, my css gets all messed up underneath where the email form is?? what's wrong????? like the only problem is that my font gets really small-almost unreadable? any ideas?
the font tag there ^ is the culprit.

Brandon
07-08-2003, 05:42 PM
put a </font> after it

100th post!!!! :)

mystikal06
07-08-2003, 07:19 PM
thanks! sorry i was too lazy to just look at it. but thanks for all your help:)