How to Indent a Single TOC Entry

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
BPell
Propeller Head
Posts: 11
Joined: Tue Sep 11, 2018 12:31 pm

How to Indent a Single TOC Entry

Post by BPell »

I'm working with an HTML5 target. I have an H1 that is a single topic and I don't want to use an icon for it. Here is how it currently appears:
TOC.PNG
How can I indent the "Licensing" H1 so that it lines up with the "Dashboard" H1 (as though it was a hanging indent)?

I know how to do this for PDF but I've searched at length and can't find anything on how to handle it in HTML5.

Thanks!
-Barbara
You do not have the required permissions to view the files attached to this post.
ChoccieMuffin
Senior Propellus Maximus
Posts: 2630
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: How to Indent a Single TOC Entry

Post by ChoccieMuffin »

Thinking outside the box here (haven't tested it so could be completely wrong)

Could you create a new class of h1, say ".NoChildren" and include a left margin in your HTML5 medium and apply it to that heading? Not sure if that would just mess things up in other places, but you could perhaps be a little bit more specific by examining the browser output and applying the left margin to that specific item? Not sure if I'm making sense, or even if it would work, but that might get you started.
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
BPell
Propeller Head
Posts: 11
Joined: Tue Sep 11, 2018 12:31 pm

Re: How to Indent a Single TOC Entry

Post by BPell »

Gave it a shot and applied a left margin to new h1.indented style, but it affects the topic page and not the skin. I tried changing the unclassified>mc-toc-depth, but that didn't work, either.

Thanks for the suggestion, though!
Post Reply