On Sat, Sep 12, 2009 at 5:51 AM, Philipp Holdener <phil...@holdener.ch> wrote:


> but ... how can I change the look to 01, 02 and so on?
> For me the <ol> looks like
>
> 1.
> 2.
> ..
> 10.
>
> I need
>
> 01
> 02
> 03
> ..
> 10

ol li {
  list-style-type: decimal-leading-zero;
}

-- 
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to