1.1 --- a/public_html/help/submitstory.html Sun Aug 05 09:33:02 2007 +0000
1.2 +++ b/public_html/help/submitstory.html Sun Nov 15 10:58:30 2009 +0100
1.3 @@ -1,92 +1,62 @@
1.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.5 -<html>
1.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1.7 +<html lang="en">
1.8 <head>
1.9 - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.10 - <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
1.11 - <title>Submit a Story</title>
1.12 + <title>Submit a Story</title>
1.13 + <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
1.14 </head>
1.15 +
1.16 <body>
1.17 +<h1>Submit a Story</h1>
1.18
1.19 -<h1>
1.20 -Submit a Story</h1>
1.21 -When submitting information for use on this site we ask that you follow
1.22 -the following suggestions...
1.23 +<p>When submitting information for use on this site we ask that you follow
1.24 +the following suggestions ...</p>
1.25 +
1.26 <ul>
1.27 -<li>
1.28 -Fill in all the fields, they're required</li>
1.29 -
1.30 -<li>
1.31 -Provide complete and accurate information</li>
1.32 -
1.33 -<li>
1.34 -Double check those URLs</li>
1.35 + <li>Fill in all the fields, they're required</li>
1.36 + <li>Provide complete and accurate information</li>
1.37 + <li>Double check those URLs</li>
1.38 </ul>
1.39
1.40 -<table BORDER WIDTH="100%" >
1.41 -<tr BGCOLOR="#000000">
1.42 -<td><font color="#FFFFFF">Field </font></td>
1.43 -
1.44 -<td>
1.45 -<center><font color="#FFFFFF">Required</font></center>
1.46 -</td>
1.47 -
1.48 -<td><font color="#FFFFFF">Description</font></td>
1.49 +<table border="1" width="100%">
1.50 +<tr>
1.51 + <th style="width:8%">Field</th>
1.52 + <th>Required</th>
1.53 + <th>Description</th>
1.54 </tr>
1.55 -
1.56 <tr>
1.57 -<td>Username</td>
1.58 -
1.59 -<td>
1.60 -<center>No</center>
1.61 -</td>
1.62 -
1.63 -<td>If you want credit for the story, make sure you're logged in</td>
1.64 + <td>Username</td>
1.65 + <td style="text-align:center;">No</td>
1.66 + <td>If you want credit for the story, make sure you're logged in</td>
1.67 </tr>
1.68 -
1.69 <tr>
1.70 -<td>Title</td>
1.71 -
1.72 -<td ALIGN=CENTER>Yes</td>
1.73 -
1.74 -<td>Title for the story you are submitting</td>
1.75 + <td>Title</td>
1.76 + <td style="text-align:center;">Yes</td>
1.77 + <td>Title for the story you are submitting</td>
1.78 </tr>
1.79 -
1.80 <tr>
1.81 -<td>Topic </td>
1.82 -
1.83 -<td>
1.84 -<center>Yes</center>
1.85 -</td>
1.86 -
1.87 -<td>Topic this story falls under</td>
1.88 + <td>Topic</td>
1.89 + <td style="text-align:center;">Yes</td>
1.90 + <td>Topic this story falls under</td>
1.91 </tr>
1.92 -
1.93 <tr>
1.94 -<td>Story</td>
1.95 -
1.96 -<td>
1.97 -<center>Yes</center>
1.98 -</td>
1.99 -
1.100 -<td>This is the story! You can use HTML.</td>
1.101 + <td>Story</td>
1.102 + <td style="text-align:center;">Yes</td>
1.103 + <td>This is the story. It can be separated into an introduction and a body
1.104 + part. You can use HTML</td>
1.105 </tr>
1.106 -
1.107 <tr>
1.108 -<td>Postmode</td>
1.109 -
1.110 -<td>
1.111 -<center>Yes</center>
1.112 -</td>
1.113 -
1.114 -<td>If this story contains HTML, may sure you select that as the post mode.
1.115 -If your story contains code examples and HTML examples, select plain text
1.116 -to ensure that the examples won't be converted.</td>
1.117 + <td>Post Mode</td>
1.118 + <td style="text-align:center;">Yes</td>
1.119 + <td>If this story contains HTML, make sure you select that as the post mode.
1.120 + If your story contains code examples and HTML examples, select plain
1.121 + text to ensure that the examples won't be converted</td>
1.122 </tr>
1.123 </table>
1.124
1.125 -<p>
1.126 -<hr WIDTH="100%">
1.127 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
1.128 -<br>Last Updated: September 18, 2000
1.129 +<div class="footer">
1.130 + <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
1.131 + All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
1.132 +</div>
1.133 +
1.134 </body>
1.135 </html>