On 12 Sep 2010, at 21:36, Tyler Juranek wrote: > While we are on the topic of websites, i need to know how to create a contact > me form for my blog. > I don't know anything about html.
For a modern guide to HTML see: http://wsc.opera.com/ But to create a robust contact form you need more than HTML: you also need a script on your server to which the the browser will post the form once it's been filled in by the user. The script will then email the form to whatever email address you specify. So you'll either need an off-the-shelf solution or to learn a programming language in which to write a script, such as PHP or Perl. If I were you, I'd investigate whether there are any contact form plugins for your blogging system. That's probably you're easiest bet. -- Benjamin Hawkes-LewisIf you reply to this message it will be delivered to the original sender only. If your reply would benefit others on the list and your message is related to GW Micro, then please consider sending your message to [email protected] so the entire list will receive it. GW-Info messages are archived at http://www.gwmicro.com/gwinfo. You can manage your list subscription at http://www.gwmicro.com/listserv.
