summaryrefslogtreecommitdiff
path: root/documentation/src/editor.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/editor.dox')
-rw-r--r--documentation/src/editor.dox24
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 5898b9380..77d8fc391 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -891,10 +891,28 @@ style_parse(const char *text,
}
\endcode
+
\htmlonly
<hr>
-<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="common.html">[Previous]&nbsp; Common Widgets and Attributes</a>&nbsp;
-<a class="el" href="drawing.html">[Next]&nbsp; Drawing Things in FLTK</a>&nbsp;
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+ <a class="el" href="common.html">
+ [Prev]
+ Common Widgets and Attributes
+ </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="drawing.html">
+ Drawing Things in FLTK
+ [Next]
+ </a>
+ </td>
+</tr>
+</table>
\endhtmlonly
+
*/