Toggler issue

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
smajors
Sr. Propeller Head
Posts: 180
Joined: Mon Oct 21, 2013 9:28 am
Location: Midwest United States

Toggler issue

Post by smajors »

Hello,

I am trying to insert a toggler for a list, it's working in other areas of my content, but for some reason for this list after I have given the section a name and then try to insert a toggler, the toggler content goes to the bottom of the list when it should stay at the top of the list.

Has anyone ran into this issue before?

Thanks!
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Toggler issue

Post by LTinker68 »

By "toggler content" do you mean the hotspot text you click on to reveal the toggle? If so, make sure that 1) there's not some inline style on the toggler hotspot that's changing its position or float attributes, and 2) - the more likely scenario - make sure you haven't put your toggler hotspot text between the start of the list and its first list item. In other words, the sequence should be...

<p>Toggler text here</p>
<ol>
<li>First list item.</li>
...
</ol>

... and not...

<ol><p>Toggler text here</p>
<li>First list item.</li>
...
</ol>
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
smajors
Sr. Propeller Head
Posts: 180
Joined: Mon Oct 21, 2013 9:28 am
Location: Midwest United States

Re: Toggler issue

Post by smajors »

Thanks! Turns out it was finicky about the hotspot being bold. After I made the toggler then bolded the hotspot text, it was fine.

Strange! :)
Technical Writer
Training & Development Team/Marketing Department
Post Reply