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 /> I aggree to have read the style guides, the privacy policy and terms of use. By clicking this I aggree to them. <input type="checkbox" name="1" value="1" /><br /><br /> <input type="submit" value="Send it off!" name="submit" /> <input type="reset" value="Clear!" name="reset" /> </form> </div> </div></body></HTML>