summaryrefslogtreecommitdiff
path: root/documentation/src/development.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/development.dox')
-rw-r--r--documentation/src/development.dox50
1 files changed, 47 insertions, 3 deletions
diff --git a/documentation/src/development.dox b/documentation/src/development.dox
index 5f2169530..5a4c8448e 100644
--- a/documentation/src/development.dox
+++ b/documentation/src/development.dox
@@ -432,10 +432,54 @@ Example navigation links:
\endhtmlonly
\endverbatim
+Now replaced by:
+\verbatim
\htmlonly
<hr>
-<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a>&nbsp;&nbsp;
-<a class="el" href="license.html">[Next] Software License</a>
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+ <a class="el" href="migration_1_3.html">
+ [Prev]
+ Migrating Code from FLTK 1.1 to 1.3
+ </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="license.html">
+ Software License
+ [Next]
+ </a>
+ </td>
+</tr>
+</table>
\endhtmlonly
+\endverbatim
+
+
+\htmlonly
+<hr>
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+ <a class="el" href="migration_1_3.html">
+ [Prev]
+ Migrating Code from FLTK 1.1 to 1.3
+ </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="license.html">
+ Software License
+ [Next]
+ </a>
+ </td>
+</tr>
+</table>
+\endhtmlonly
+
*/