summaryrefslogtreecommitdiff
path: root/documentation/src/basics.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/basics.dox')
-rw-r--r--documentation/src/basics.dox24
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox
index 5f02ebaf2..96be28048 100644
--- a/documentation/src/basics.dox
+++ b/documentation/src/basics.dox
@@ -373,10 +373,28 @@ include lines:</i>
#include <Fl/fl_xyz.h>
\endcode
+
\htmlonly
<hr>
-<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="intro.html">[Previous]&nbsp; Introduction to FLTK</a>&nbsp;
-<a class="el" href="common.html">[Next]&nbsp; Common Widgets and Attributes</a>&nbsp;
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+ <a class="el" href="intro.html">
+ [Prev]
+ Introduction to FLTK
+ </a>
+ </td>
+ <td width="10%" align="CENTER">
+ <a class="el" href="main.html">[Index]</a>
+ </td>
+ <td width="45%" align="RIGHT">
+ <a class="el" href="common.html">
+ Common Widgets and Attributes
+ [Next]
+ </a>
+ </td>
+</tr>
+</table>
\endhtmlonly
+
*/