Hi,
I have a sequence of data tables in an ordered list, like this:
<ol>
<li><table>[table data]</table></li>
<li><table>[more table data]</table></li>
</ol>
However it renders on the page with the list item number next to the
bottom of the table, like this:
line 1 of table data
line 2 of table data
1. line 3 of table data
line 1 of more table data
line 2 of more table data
2. line 3 of more table data
What I want is the list item number next to the first line of table data,
not the last line. I've tried various vertical-align settings on the ol,
li, and table styles with no success. Any help would be appreciated.
Thanks,
Lee
I have a sequence of data tables in an ordered list, like this:
<ol>
<li><table>[table data]</table></li>
<li><table>[more table data]</table></li>
</ol>
However it renders on the page with the list item number next to the
bottom of the table, like this:
line 1 of table data
line 2 of table data
1. line 3 of table data
line 1 of more table data
line 2 of more table data
2. line 3 of more table data
What I want is the list item number next to the first line of table data,
not the last line. I've tried various vertical-align settings on the ol,
li, and table styles with no success. Any help would be appreciated.
Thanks,
Lee
Comment