Hvad er der lige galt med denne kode
HejNu har jeg snart siddet et par timer eller 5. Er der ikke en venlig sjæl, der kan fortæle mig hvad der er galt med denne kode. Kan bare ikke få den til at virke.
<form action="/cgi-bin/FormMail.cgi" method="POST" name="Send"> <input type="hidden" name="recipient" value="info@minmail.dk">
<div class="blue1" style="margin-left:5px; margin-top:1px "><strong>Dit Navn:</strong></div>
<div class="blue1" style="margin-left:2px; margin-top:0px "><input type="text" name="navn" style="width:178px; height:19px; font-family:tahoma; font-size:11px " onFocus="if(this.value=='Your message')this.value='';"></div>
<div class="blue1" style="margin-left:5px; margin-top:0px "><strong>E-mail Adresse:</strong></div>
<div class="blue1" style="margin-left:2px; margin-top:0px "><input type="text" name="email" style="width:178px; height:19px; font-family:tahoma; font-size:11px " onFocus="if(this.value=='Your message')this.value='';"></div>
<div class="blue1" style="margin-left:5px; margin-top:0px "><strong>Din besked her:</strong></div>
<div class="blue1" style="margin-left:2px; margin-top:0px "><textarea style="width:178px; height:59px; font-family:tahoma; font-size:11px; overflow:auto "></textarea></div>
<div align="right" style="margin-top:4px; margin-right:10px "><input name="" type="image" src="images/clear.jpg"><value="send"><input name="" type="image" src="images/send.jpg" style="margin-left:3px "></form>
