Hi CM,
in the “Table of Contents – Element Selector” I have in level 0 section placed a tag h2 and in the id field written myid and on the page of the TOC h2’s are marked as follows <h2 id=”myid”>MY H2 TITLE</h2>. The result of this is that all h2’s show up in the TOC. I then tried with id only with no tag specified in the “Table of Contents – Element Selector” section. This resulted in no TOC being visible at all. I tried the exact same thing with the class field provided where I used this snippet of code instead <h2 class=”myid”>MY H2 TITLE</h2> but only to receive the exact same results. However upon writing this post I just retried it all once more and I was able to successfully use <h2 class=”myid”>. I have no clue why the ID field isn’t working though. But since I now I have working solution my request isn’t so urgent. ??
/Phil