Hi,
For certain purposes, we have a <item> tag. In some cases we wish to embed that to html with a style attribute or class attribute. When doing that for a <p> tag it works fine (for example <p style="font-size:18px">, but it does not seem to work for the <item> tag (the style attribute seems to be ignored).
Is this something that can be easily fixed? I.e. having the <item> tag behave as a <p> or <span> tag (we haven't yet decided which would be more suitable). Where in the source code should be start looking to copy/paste?
Using advance of phpdocx 8.5. Thanks.