according to the w3.org folks the value="" for LI is deprecated as it is
with start, type, and compact since, according to them this can be handled via a stylesheet. http://www.w3.org/TR/html4/struct/lists.html#h-10.2 I have an ordered list that is broken up into three separate sections that fails XHTML validation. how do I style for the changing numbers?? <ol class="indent"> <li>Customer department or organization:</li> <li>Customer contact name and phone number: </li> </ol> <p><strong><em>Applications</em></strong> </p> <ol class="indent"> <li value="3">Customer's name for the application: </li> <li value="4">Other systems on which this application is dependent:</li> </ol> <p><strong><em>Consequences of Not Recovering Your Data</em></strong></p> <ol class="indent"> <li value="5">Describe the consequences of a failure to restore the application:</li> <li value="6">Check which of the following consequences would apply if an application fails: ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/