This is not a CSS related question -- it's just HTML

<p>An ordered list:</p>
<ol>
  <li value=92>Coffee</li>
  <li value=91>Tea</li>
  <li value=84>Milk</li>
</ol>

Will do what you want (but without leading zeros).

Ken

On Fri, Nov 28, 2014 at 11:06 AM, Øyvind Teig <oyvind.t...@teigfam.net>
wrote:

> Hi!
>
> I'd like this list http://www.teigfam.net/oyvind/home/technology/ to look
> like this:
>
> 092 Not so blocking after all (and a conditional admission)
> 091 To reset a plane
> 090 Atomic for all?
>     Go-style concurrency (at embedded.TRD 26March2014)
> 084 CSP on Node.js and ClojureScript by JavaScript
> 081 Rich interface component modeling
> 079 WYSIWYG semantics
> 078 HTML5 and concurrency
>     rtx-51 (1988) and JavaScript(?)
> 077 A reactive manifest
>
> I have tried something at the bottom of that page, but the line margin is
> too large between the individual lists:
>
> <ol start="92">
>         <li><a title="Not so blocking after all" href="
> http://www.teigfam.net/oyvind/home/technology/092-not-so-blocking-after-all/";
> target="_blank">Not so blocking after all</a> (and a conditional
> admission)</li>
> </ol>
> <ol start="91">
>         <li><a title="To reset a plane" href="
> http://www.teigfam.net/oyvind/home/technology/091-to-reset-a-plane/";>To
> reset a plane</a></li>
> </ol>
>
> Ideally I'd even like leading zeros and empty space..
>
> I have got help from this list before. It's at
> http://www.teigfam.net/oyvind/home/technology/061-wordpress/
>
> Øyvind TEIG
> Aclassifier
> Trondheim, Norway
> http://www.teigfam.net/oyvind/home
>
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> 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/
>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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