Hi
I have HTML like this:
With a heading Introduction below:
In HTML clicking the table-of-contents links takes you to the section. In PDF clicking the link does nothing. Other links work. What could cause this?
Thanks
H
I have HTML like this:
<table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1"><a href="#Introduction"><span class="tocnumber">1</span> <span class="toctext">Introduction</span></a></li>
<li class="toclevel-1"><a href="#Key_Benefits"><span class="tocnumber">2</span> <span class="toctext">Key Benefits</span></a>
With a heading Introduction below:
<a name="Introduction" id="Introduction"></a><h2> <span class="mw-headline"> Introduction </span></h2>
<p>The
In HTML clicking the table-of-contents links takes you to the section. In PDF clicking the link does nothing. Other links work. What could cause this?
Thanks
H