On Thu, 07 Feb 2008 09:50:56 -0800 (PST)

> [EMAIL PROTECTED] wrote:
>
> > Hi
> >
> > Is there a way to start an ordered list at anything
> > other than 1?
> >
>

This is really an HTML question, not CSS so I'm replying off list.

You can use <ol start="x"> (whatever number you need) to start a list at a
new number. Or, you can use <li value="x"> to skip numbering within a list.

Both attributes are deprecated, so they are only valid under HTML 4.01 or
XHTML 1.0 Transitional.

Tim
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to