Forum


Replies: 2   Views: 3289
Listed documents
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 kinguk  · 05-04-2014 - 19:32

Hi,



Having issues with creating my documents, the content will include list items, headings and paragraphs mixed together. They display fine in browser but once content converted to word I lose all <p> and <h1> tags inside the <ul>.



Is there a way around this?



Thanks,


Posted by kinguk  · 06-04-2014 - 13:07

I tried to fix this issue by creating slightly better code were the <ul> or <ol> are only wrapped around<li> tags and not the whole document.



I am now getting everything generated in word. Next issue is that for ordered lists the numbers aren't carrying on. I have included start="x" so each numbered list will carry on from last but this isnt being carried over to the final word document.