Forum


Replies: 1   Views: 3533
Html i tag integration
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by magira  · 28-03-2017 - 07:06

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.

Posted by admin  · 28-03-2017 - 07:37

Hello,

We send your request to the dev team to be considered adding support for a future version of phpdocx.

Meanwhile we recommend using img tags.

Regards.