It's malformed HTML which is why it's not rendering as expected. Extra <ol> tags push the items over in the cell, extra <small> tags make text smaller (as expected - I guess <small> == (currentSize - 1)

Jim

I get the same boxes but they have the same font in different sizes

Bob

On 7 Aug 2004, at 3:27 am, Jim Witte wrote:

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

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



Jim

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

Reply via email to