HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › CustomTag usage › Reply To: CustomTag usage
October 15, 2020 at 07:57
#33987
Hello,
For basic case (sidebar tag only) the issue is solved.
However, for more complex structure it is still not working, please see sample structure:
<section>
<sidebar style="display: block;box-sizing: border-box;padding: 10px 20px;background-color: #ededed;">
<section>
<h2>Header</h2>
<section>Section section</section>
<section>Section section 2</section>
</section>
</sidebar>
</section>
Could you please take a look? Should I report another issue for that (I’ll try to register another account for different email)?
Thanks in advance.