Hi,
i have a strange situation. my code is like this:
Code: HTML/ASPX
<div class="barChartBar" style="width: 100%"></div>
<div style="position: relative; top: 0; left: 0">
<a href="page1.aspx"> link to p1 </a>
<a href="page2.aspx"> link to p2 </a>
</div>
the barChartBar is a gray div shown underneath the link div.
When i convert the page to pdf the links are shown like normal text, if i take the gray bar out, the links are shown in the pdf like normal links.
There's a way that i can have the links on the pdf working as links, with the gray bar underneath?