Hey
I am using the following code on Nokia Mobile Internet toolkit 3.1 to start the listitems from the number 8. But its starting from 1.
<body>
<h1> Heading </h1>
<ol start="8">
<li>1</li>
<li>11</li>
<li>111</li>
</ol>
How to start the list from the number 8.
Could any body tried this.
Any help is appreciated.
Thanks
Hari
RE: start attribute on list is not working
1970-01-01, 02:00#2
Your code is fine and you can try it on the 6590 emulator. You are correct that the mobile browser 3.0.1 starts the list from no 1, the bug has been reported.