Posted by Toby Inkster on 04/05/06 23:14
andynagai wrote:
> I simply want a numbered list to display within a table cell. Ive tried
> the code below. Always shows bullets.
Somewhere out there in your CSS you've got:
LI { list-style: something; }
or something like that. *NEVER* set "list-style" or the related CSS
properties on LI elements: set it on UL or OL elements instead.
(Unless you know what you're doing.)
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|