Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 20 Providing navigation in HTML > 20.4 Creating a browse sequence > 20.4.3 Formatting browse-link labels
You can provide formatting for Label
content wherever you invoke text-link <$_prev>
and <$_next>
macros. For example:
<p class="navlabel"><$_prev></p>
Button labels are at the mercy of default browser
rendering, unless you redefine <$_prev>
and <$_next>
macros so they include formatting.
For buttons, formatting tags must be placed within
the <button>
tag, surrounding Label
text. For example (must be all on one line):
onclick="javascript:location.href='somefile.htm'">
<p class="navlabel">Previous</p></button>