Adding Pointers to Other Pages to Every Page

PreviousUpNext
Up: Fine-Tuning Next: Adding a disclaimer to the top of every page Previous: The anlhtext Style File

In many situations, you would like to add pointers to the bottom of every page, for example, a pointer back to a home page. With tohtml this is very easy. First, create a file, say bottom.html, that contains the appropriate HTML code:

 
Return to <A HREF="node179.html">MPI Standard Index</A><BR> 
Return to <A HREF="http://www.mcs.anl.gov/mpi/index.html">MPI home page</A><BR> 
The first line provides a return to a document in the current directory, in this case, the index of the MPI Standard. The second line provides a return to the MPI home page; this will work from any location.

To have these incorporated into the output of tohtml, use the option -endpage:

 
tohtml -endpage bottom.html ... 


PreviousUpNext
Up: Fine-Tuning Next: Adding a disclaimer to the top of every page Previous: The anlhtext Style File