Install the following HTML to place the buttons on the page.

The "parameters" you will be most concerned about are:

The WIDTH defines the TOTAL WIDTH of the "span" of the buttons.
The "buttons" value = the NUMBER of buttons in the span.
The "color" value = the COLOR of the buttons.
The "parameters" beginning with the "f_" describe attributes of the FONT used for the text of the buttons.
The "font" = the type of font used.
The "label" = the TEXT label on the button.
The "link" = the HTML link to a URL.


<center>
<applet code="button.class" align="baseline" width="487" height="33">
<param name="border width" value="6">
<param name="buttons" value="4">
<param name="color" value="0080FF">
<param name="degree" value="25">
<param name="direction" value="1">
<param name="f_color" value="000000">
<param name="f_color2" value="f73209">
<param name="f_offset" value="18">
<param name="f_size" value="12">
<param name="f_style" value="0">
<param name="font" value="Arial">
<param name="frame 0" value="start2">
<param name="frame 1" value="start2">
<param name="frame 2" value="start2">
<param name="frame 3" value="start2">
<param name="frame 4" value="start2">
<param name="frame 5" value="start2">
<param name="image 0">
<param name="image 1">
<param name="image 2">
<param name="image 3">
<param name="image 4">
<param name="image 5">
<param name="label 0" value="HTML Help Page">
<param name="label 1" value="Main Page">
<param name="label 2" value="Glimpse of Florida">
<param name="label 3" value="US Civil War">
<param name="link 0" value="htmlhelp.html">
<param name="link 1" value="index.html">
<param name="link 2" value="florida.html">
<param name="link 3" value="16th.html">
<param name="position" value="0">
<param name="style" value="1">
</applet>
</center>