I have just taken over a project which uses a rich text editor to generate HTML to be inserted into a word document. The word document has a graphic set in the background which all text must be indented to avoid. To do so we’ve set the text indent on the word doc into which we’re inserting the html to be 4cm.
All the text that is inserted appears to be picking up the indent EXCEPT where the HTML contains a bullet list (
- blah
). The bullet list appears instead to begin at the left margin rather than the indent marker.
Changing the margin creates issues with the graphic and the rest of the HTML text.
Is there any way to force the bullet list to use the indent rather than the margin as it’s left hand position guide?