1.1 --- a/public_html/help/submitlink.html Sun Aug 05 09:33:02 2007 +0000
1.2 +++ b/public_html/help/submitlink.html Sun Nov 15 10:58:30 2009 +0100
1.3 @@ -1,63 +1,50 @@
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 Link</title>
1.12 + <title>Submit a Link</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 Link</h1>
1.18
1.19 -<h1>
1.20 -Submit A Link</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><font color="#FFFFFF">Description</font></td>
1.45 +<table border="1" width="100%">
1.46 +<tr>
1.47 + <th style="width:8%">Field</th>
1.48 + <th>Description</th>
1.49 </tr>
1.50 -
1.51 <tr>
1.52 -<td>Title</td>
1.53 -
1.54 -<td>Name or title of the link</td>
1.55 + <td>Title</td>
1.56 + <td>Name or title of the link</td>
1.57 </tr>
1.58 -
1.59 <tr>
1.60 -<td>Link</td>
1.61 -
1.62 -<td>The URL of the link</td>
1.63 + <td>Link</td>
1.64 + <td>The URL of the link</td>
1.65 </tr>
1.66 -
1.67 <tr>
1.68 -<td>Category</td>
1.69 -
1.70 -<td>Select the category this link belongs to. Select other to create
1.71 -a new category</td>
1.72 + <td>Category</td>
1.73 + <td>Select the category this link belongs to. Indented categories are
1.74 + sub-categories</td>
1.75 </tr>
1.76 -
1.77 <tr>
1.78 -<td>Description</td>
1.79 -
1.80 -<td>A short description about the link</td>
1.81 + <td>Description</td>
1.82 + <td>A short description about the link</td>
1.83 </tr>
1.84 </table>
1.85
1.86 -<p>
1.87 -<hr WIDTH="100%">
1.88 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
1.89 -<br>Last Updated: September 18, 2000
1.90 +<div class="footer">
1.91 + <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
1.92 + All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
1.93 +</div>
1.94 +
1.95 </body>
1.96 </html>