How do i upload a logo to my blog?
Now i want a contact form, and i read the wordpress contact form guide but that is not i want. So i make a contact form with HTML.
But will i post it in the posts i can't edit the column and can't send the email. Here the code.
<html><br />
<body><br />
<form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"></p>
<p><h3>This form sends an e-mail to W3Schools.</h3><br />
Name:<br />
<input type="text" name="name" value="yourname" /><br />
<br />
Mail:<br />
<input type="text" name="mail" value="yourmail" /><br />
<br />
Comment:<br />
<input type="text" name="comment" value="yourcomment" size="40" /></p>
<p><input type="submit" value="Send"><br />
<input type="reset" value="Reset"></p>
<p></form><br />
</body><br />
</html><br />
The blog I need help with is graphics8.wordpress.com.