I want to put <li> inside of <font>,<h#>,<b>,<i> tags

Hi Dave,

     Tidy complains when I do this:

	<OL>
	<H2><LI>Overview of Process</H2>
	...

     Problem is, if I put the <LI> tag first,

	<OL>
	<LI><H2>Overview of Process</H2>
	...

     the numeric index generated by <LI> won't share the
text attributes of the header string.  Is there any syntax
that Tidy approves of?
					Dave Coffin  8/3/00

Received on Thursday, 3 August 2000 14:07:57 UTC