All pastes #772773 Raw Edit

Submit_article_form.html

public html v1 · immutable
#772773 ·published 2007-11-14 01:34 UTC
rendered paste body
<HTML><head>  <title>Submit Articles for Issue # <!-- make that update --></title></head><body> <div> <div style="padding-left: 100px; padding-top: 20px;">  <form action="" method="" name="article_submit">  Your Name: (first and last)<br />  <input type="text" maxlength="50" size="25" name="name" /></br /><br />  Your Email: (will not be published)<br />  <input type="text" maxlength="100" size="25" name="email" /><br /><br />  Article Title: (IE Fixing Windows, Installing Ubuntu)<br />  <input type="text" maxlength="1000" size="25" name="title" /><br /><br />  Article Type:<br />  <select name="type">   <option value="0">Generic</option>   <option value="1">HowTo</option>   <option value="2">Other</option>  </select><br /><br />  Article Body: (for style standards check <a href="javascript:;">here</a>)<br />  <textarea cols="50" rows="20" name="body"></textarea><br /><br />  <input type="submit" value="Send it off!" name="submit" /> <input type="reset" value="Clear!" name="reset" />  </form> </div> </div></body></HTML>