What do people see when they render this? I get the two cells in the bottom row rendering with different widths, and different fonts in the two lists.

Jim

<html><head></head>
<body>

<table border="1">
<tr> <td colspan="2">
<h2><center>Table of Contents</center></h2>
</td> </tr>

<tr> <td>
<ol>
<li> Item 1 </li>
<li> Item 2 </li>
</ol>
</td>

<td>
<ol>
<ol start="16">
<small>
<li> Item 16 </li>
<li> Item 17 </li>
</ol>

</td> </tr> </table>
</body> </html>

_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to