The UL in Re: CSS and the Li style are detailed:
list-style-position attribute is used to define the attribute
that the project symbol displays in the list / > it is also an inheritable attribute, the syntax structure is as follows:
list-style-position:inside/outside
inside: the item symbol is placed within the text
outside : the example of
using the list-style-position attribute outside the text is as follows:
[code] li{list-style-type:square; list-style-position:outside;}