diff options
Diffstat (limited to 'documentation/src/intro.dox')
| -rw-r--r-- | documentation/src/intro.dox | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 0af053fe5..239175fa2 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -346,10 +346,28 @@ SourceForge bug tracker pages. For general support and questions, please use the FLTK mailing list at "fltk@fltk.org" or one of the newsgroups. + \htmlonly <hr> -<a class="el" href="index.html">[Index]</a> -<a class="el" href="preface.html">[Previous] Preface</a> -<a class="el" href="basics.html">[Next] FLTK Basics</a> +<table summary="navigation bar" width="100%" border="0"> +<tr> + <td width="45%" align="LEFT"> + <a class="el" href="preface.html"> + [Prev] + Preface + </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="basics.html"> + FLTK Basics + [Next] + </a> + </td> +</tr> +</table> \endhtmlonly + */ |
