Question
Excluding Breadcrumbs from specific htm files
Hi,
I am using RoboHelp 8.
Is it possible to exclude breadcrumbs on htm files? I know I could add breadcrumbs individually but I have more pages I want breadcrumbs than not.
I see
document.write("<p style=\"text-align:right\"> ");
AddMasterBreadcrumbs("../TMS.htm", "", ">", "Home", "Welcome.htm");
document.write("Welcome<\/p>");
Is there a function to exclude?
Thanks
