All pastes #772753 Raw Edit

Submit_article_form.html

public html v1 · immutable
#772753 ·published 2007-11-14 01:19 UTC
rendered paste body
<HTML><head>  <title>Submit Articles for Issue # <!-- make that update --></title>  <style type="text/css">  <!--  @import submit_article_form.css  -->  </style></head><body> <div> <div style="padding-left: 100px; padding-top: 20px;">  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> </div> </div></body></HTML>