]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / screenshots.php
index 28dd953876cbabf39cf3b7fcd7f9bdffcf55f1da..07f206d8fc3e7cd9e6804f498b92e29faf9a34fc 100644 (file)
@@ -1,11 +1,14 @@
 <?php include "top.php"; ?>
+
 <title>GNU nano: Screenshots</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr VALIGN=TOP>
+<td>
+<br>
 <center><b>Screenshots</b></center>
 </td>
 </tr>
@@ -53,4 +56,5 @@
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>