I am dynamically pulling in html to display an an htmlTextBox. I've modified the style of my <ul>s like so:
<ul style="padding: 0px"> <li>test item</li></ul>This is to remove the indentation that naturally occurs with unordered lists. Unfortunately, no matter how I manipulate the padding, the htmlTextBox will indent <li>s.
Is there any way I can display an unordered list in an htmlTextBox without the indentation that usually occurs?