Welcome Guest Search | Active Topics | Sign In | Register

HTML <a href="myelemet"> in Repeat Header working on first page only. On remaining page its not clickable. Options
Sasi R
Posted: Tuesday, August 8, 2023 10:46:57 AM
Rank: Newbie
Groups: Member

Joined: 8/8/2023
Posts: 2
I have a table as follows and HtmlToPdfOptions.RepeatTableHeaderAndFooter = true.
It's creating links in all page headers as expected, But only first page link is clickable, remains are unclickable


<table>
<thead>
<tr>
<td> <a href="#myElement">This is a link</a></td>
</tr>
</thead>
<tbody>
<tr><td> Content here</td></tr>
.//Will be there with more content which will create more pages
.
.
<tr><td> <div id="myElement">This is the element that the link refers to.</div></td></tr>
.
.
</tbody>
</table>


eo_support
Posted: Tuesday, August 8, 2023 3:12:47 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Thanks for letting us know. We are looking into this issue and will reply again as soon as we have an update.
Sasi R
Posted: Wednesday, August 23, 2023 5:51:47 AM
Rank: Newbie
Groups: Member

Joined: 8/8/2023
Posts: 2
eo_support wrote:
Thanks for letting us know. We are looking into this issue and will reply again as soon as we have an update.


Is there any update on this?
eo_support
Posted: Wednesday, August 23, 2023 9:48:28 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

We have just posted build 23.3.4 that should resolve this issue. Please take a look and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.