I know that when generating html that needs to be viewed in Excel, if I want to ensure that <br>
tags don't cause a new row to be generated, I can specify
<style><!--table br {mso-data-placement:same-cell;} --></style>
In the <head>
section.
What do I need to do if I want the same behaviour for lists (i.e. for content inside of <ul>
or <ol>
sections to be contained in the same cell)?