View Full Version : HTML Help!


Hamel
12-17-2004, 11:11 PM
Okay im working on a website right now with html. At the bottom i have a couple links to various forums. I put a form at the bottom to contact me but whenever you go to fill it out or click it, it goes to the last link that i have. Look at what i have tell me how to prevent this so you can fill out the form.

<a href="http://www.odysee.org"><img src="http://odysee.org/images/Odysee2.gif" border="0">


<hr>
<form action="MAILTO:slugbeanie@yahoo.com" method="post" enctype="text/plain">

<h3>If you have any comments leave a comment.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>
<hr>



Thats the form and the top is the last link i posted. Please try to help, thanks.

Well when i put that it just did what its supposed to instead of showing the source but try to fill it out it goes to the link...i dont know how to post the source becuase it comes out not the source but what it would be on a website.:(

CheshireCat
12-18-2004, 05:59 AM
Your tags are screwed up somewhere. Make sure they're all closed properly.

XXWHITEBLOODXX
01-13-2005, 06:23 AM
^^what he said^^ lol

Arbitzz
01-13-2005, 09:32 PM
if u got the script from another site and copy and pasted recopy and paste it to word to make sure ur tags are ok

nujabes
01-14-2005, 01:34 AM
ya thats rite u need to close the tags or else ppl will get confused