Question:

Help My code is doing something weird?

by  |  earlier

0 LIKES UnLike

<tr><td> </td>

<td>

<input type="submit" value="submit" ><form

action="mailto:vadataborn@yahoo.com?su... method="post" enctype="text/plain">

<table><tr><td>

</td></tr>

<tr><td align=center>

<INPUT TYPE="submit" value="submit" style="color: #ffffff; background-color: #000000">

</td></tr></table>

</FORM>

Now this code gives me two submit buttons I only need one(by the way the buuton that is black works at this point). so I took the <input type="submit" value="submit" > off and then the black submit button did not work anymore. Can someone help me with my error. Thank you. I only want submit button that works not two.

 Tags:

   Report

1 ANSWERS


  1. You have two separate pieces of code for two submit buttons.  Remove the bottom one (i.e. &lt;tr&gt;&lt;td align=center&gt;

    &lt;INPUT TYPE=&quot;submit&quot; value=&quot;submit&quot; style=&quot;color: #ffffff; background-color: #000000&quot;&gt;&lt;/td&gt;&lt;/tr&gt;)

    and then you&#039;ll just have one submit button that performs your action (mailto:vadataborn@yahoo.com....)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions