You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to place the Table of Content with the createIndex() method after the heading of my document.
My Problem is, that the ToC is just overlayed of the normal content.
My html Code looks like:
<h1>Heading of the Document</h1>
<bookmark title="Summary" level="0"></bookmark>
<h1>First Chapter</h1>
<bookmark title="First Chapter" level="0"></bookmark>
<p>Content of first Chapter</p>
<h1>Second Chapter</h1>
<bookmark title="Second Chapter" level="0"></bookmark>
<p>Content of second Chapter</p>
</page>
Hello,
I want to place the Table of Content with the createIndex() method after the heading of my document.
My Problem is, that the ToC is just overlayed of the normal content.
My html Code looks like:
The php Code looks like:
The result is, that the ToC is above my Heading of the Document but I want to place it under it.
The text was updated successfully, but these errors were encountered: