Hello,
I would like to insert some icon in table cell from HTML to generate an PDF document.
As example :
<html>
<head>
<LINK href="./themes/clof/styles/document/doc_style.css" rel="stylesheet" type="text/css">
</head>
<body>
<i class="icon-oh-right-open-big " title=">"></i>
<table id="diary_id" width="1010px" class="formHolder ">
<tbody>
<tr style="page_break_inside: avoid;">
<td>ouvert</td>
<td><i class='icon-oh-right-open-big' title='>'></i>D</td>
</tr>
</tbody>
</table>
</body>
</html>
I test my integration and the <i> balise is not load with the DOM tree.
Display icon is very important for me, more than image...
My version is PHPdocX 5.5 Corporate.
Thanks for answer.