Can anyone give me a heads up on why the LI tag I am using on thsi page http://www.chiarellos.com/catering_packages.php places each bullet outside of the table border?
Hey dear, you need to change the list-style-position property of HTML Lists that specify where the bullet appears. If the value is outside, the bullet is placed beyond the left border of the list item, and if the value of list-style-position is inside, then the bullet is put at the beginning of the element contents. Hope this helps you…
If you want to keep the bullets but move it into the boxes you could try giving the list a left margin.