You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying create a document editor with mceeditor, But many styles like <h1 style="color: #ff0000; text-align:center">Hading</h1> is not working, but <p><span style="color: #ff0000;">Text</span></p> is working, And i tried passing html example in github examples with ol, li , they are also not working. What will be possible mistake am doing $phpWord = new \PhpOffice\PhpWord\PhpWord(); $section = $phpWord->addSection(); \PhpOffice\PhpWord\Shared\Html::addHtml($section, $sHTMLData, false, false);
The text was updated successfully, but these errors were encountered:
I was trying create a document editor with mceeditor, But many styles like
<h1 style="color: #ff0000; text-align:center">Hading</h1>
is not working, but<p><span style="color: #ff0000;">Text</span></p>
is working, And i tried passing html example in github examples with ol, li , they are also not working. What will be possible mistake am doing$phpWord = new \PhpOffice\PhpWord\PhpWord(); $section = $phpWord->addSection(); \PhpOffice\PhpWord\Shared\Html::addHtml($section, $sHTMLData, false, false);
The text was updated successfully, but these errors were encountered: