Re: indents

> when i resumed the <ol> using value="B" it would not take.

It wouldn't take because <ol> does not take the 'value' attribute (<li> does), and
the 'value' attribute does not take the value "B"--it takes integer values.

I think <ol start="2"> is what you're looking for there.

Received on Wednesday, 23 August 2000 11:09:06 UTC