#397.unordered-list-strange-behavior.html 588 B

1234567891011121314
  1. <ul>
  2. <li><p><strong>Customer</strong> – Opens the Customer List. Refer to the document “Customer Management”.</p>
  3. <ul>
  4. <li>Customer List</li>
  5. <li>New Customer</li>
  6. <li>Customer Prices</li>
  7. <li>Appointments</li></ul></li>
  8. <li><p><strong>Designer</strong> - Opens the Designer List. Refer to the document “Designer Commissions”.</p>
  9. <ul>
  10. <li>Designer List</li>
  11. <li>New Designer</li>
  12. <li>Designer Payment List</li>
  13. <li>New Designer Payment</li></ul></li>
  14. </ul>