GeoMOOSE Logo
The Home of GeoMOOSE!
Home | Wiki | Live Demo | Getting Started | Documentation | Developers | Bug Tracker | Download

This Page

How To Put Content in the MenubarΒΆ

The menubar’s content can be specified by using simply HTML in the Mapbook.

In the <configuration> section you can add:

<param name="links_bar_html"><![CDATA[
        <b>THIS IS MY HTML!!!</b>
]]></param>

Clear the browser cache and reload the interface! The HTML should appear where the menubar once existed!