In article <9990838e50.ricp(a)user.minijem.plus.com>, Richard Porter
<ricp(a)minijem.plus.com> wrote:
Something funny's happened recently with unordered (and probably
ordered) lists. If the list is centred on the page, then the text of
the list items is centred but the bullet is left aligned.
This isn't usually a problem because I would normally put the
list
inside a table to left-align the items but centre the list as a whole
(I'm sure somebody will point out that I should be doing it in css).
You can try
<ul style="list-style-position:inside">
<li>one</li>
<li>two</li>
<li>buckle</li>
</ul>
but that doesn't work either.
--
Tim Hill,
www.timil.com