21.2.5 Disabling breadcrumb trails in Eclipse Help

Eclipse Help version 3.3 includes breadcrumbs (trails of links) by default. If you do not want this navigation feature, you can disable it.

To disable breadcrumbs, find the file named:

org.eclipse.help.webapp\advanced\breadcrumbs.css 

and replace its contents with:

...help_breadcrumbs {
    display: none;
} 

Including anchors in TOC entries also disables Eclipse Help native breadcrumbs, but might interfere with other features; see §21.4.3.3 Enabling mid-topic links from the TOC.

Previous Topic:  21.2.4 Making sure links work in Eclipse Help

Next Topic:  21.3 Configuring Eclipse Help manifest files

Parent Topic:  21.2 Setting up an Eclipse Help project

Sibling Topics:

21.2.1 Creating an Eclipse Help project

21.2.2 Deciding where to locate configuration settings

21.2.3 Specifying Eclipse Help output options

21.2.4 Making sure links work in Eclipse Help