Latest Lists

HTML Help: bullets in a table?

Is there anyway to decrease the indent of a bulleted list? This list happens to be in a table and the indent is wasting some desired space. I have two columns, each with a bulleted list and would like to just move the lists more to the left.

Public Comments

  1. You can try reducing the cell padding and cell spacing of the table: <table cellpadding=0 cellspacing=0>
  2. you can try changing the margins: <ul> <li style = "margin-left:10px">Test</li > </ul> if that doesn't work, try it on the <ul> instead
Powered by Yahoo! Answers