Forum Bugs

Table widening

pavsaiprasad
Hi,

We have html as below and the span class "b" (font-weight: bold;) is making the pdf tables go wide enough to display only 50% of the table. The html when loaded, looks fine; this occurs only on pdf generation. As soon as the "b" is removed, the pdf output looks fine, except that we can no longer embolden table headings.

<table class="- topic/table tabformat4"> <tbody>
<tr class="row">
<td >
<p id="3e7a207c-f87d-44f7-a8f0-ff33f78978eb">
<span class="b">Project</span></p>
</td>
</tr>
</table>

Have also attached a screenshot of the problem section in the pdf.

Thanks,
Pavitra
  1. table.png23.0 kB
mikeday
Very strange. Could you attach or email me (mikeday@yeslogic.com) a sample HTML document which demonstrates the problem?
pavsaiprasad
Thanks for your response, Mike.

It turned out to be a problem at our end with html structure and css specificity. So all good now.