HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › tag ‘span’ and "class" attribute › Re: Re: tag ‘span’ and “class” attribute
March 28, 2014 at 13:27
#29472
Same problem with tables:
<body><br />
<table><br />
<tr><br />
<td><span class="label label-success">Some text1</span><br />
</td><br />
<td><br />
ups<br />
<span class="label label-success">Some text2</span><br />
</td><br />
</tr><br />
</table><br />
</body>
I can see only “Some text2” in PDF/RTF.