I have just added a list inside a Table cell and when I go to print the page, the table does not print. When I set the list to display:none is prints fine without the list.
<code>
<ul style="padding:0" class="list" >
<li>comes in several diameters & heights</li>
<li>requires no heavy handling equipment</li>
<li>allows for faster job completion</li>
<li>saves city/county and state life cycle costs</li>
</ul>
</code>
If I take out the list completely it works fine as well.
Any ideas?
<code>
<ul style="padding:0" class="list" >
<li>comes in several diameters & heights</li>
<li>requires no heavy handling equipment</li>
<li>allows for faster job completion</li>
<li>saves city/county and state life cycle costs</li>
</ul>
</code>
If I take out the list completely it works fine as well.
Any ideas?