[thelist] Headers within ordered list in xhtml?

Gunlaug Sørtun gunlaugs at c2i.net
Tue Mar 1 11:01:59 CST 2005


Bruce Lawson wrote:
> http://zengarden.20megsfree.com/goltest.htm

> Thanks to those who've already looked at this for me; any more 
> thoughts, dear comrades?

Ok, the <http://validator.w3.org/> reported my page as *valid* xhtml 1.0
Transitional, with the following code created by HTML Tidy:

<ol>
<li>some item</li>
<li style="list-style: none;" value="1">
<h3>Test</h3>
</li>
<li>some item</li>
<li>some item</li>
<li>some item</li>
</ol>

I got this:

1. some item
Test
2. some item
3. some item
4. some item

Should be what you want, I think.

regards
	Georg
-- 
http://www.gunlaug.no


More information about the thelist mailing list