I cannot get Netscape 4.79 to properly display the ordered list in the
following fragment.
<P>Get a specific portion of the date.
Depending upon the value of index:
<ol start=0>
<li>complete value, usually as a <code>String</code>, or if
an integral value as an <code>Integer </code>.
<li>year as an <code>Integer </code>
<li>month number as an <code>Integer </code>
<li>day as an <code>Integer </code>
<li>month name as a <code>String</code>
</ol>
....
When viewed under IE6 the ordered list starts with item 0 as I have
requested, but when viewed in Netscape 4.79 the start=0 attribute is ignored
and the list is displayed starting with item 1. Since this web page is part
of the documentation of the product it is essential that the displayed
indexes be correspond to the behavior of the program.
When I go to the W3C website I am informed that the start= attribute is
"DEPRECATED ". However I cannot find any alternative way to achieve this
result that is not deprecated.
Any ideas?
--
Jim Cobban jcobban@magma.c a
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438
following fragment.
<P>Get a specific portion of the date.
Depending upon the value of index:
<ol start=0>
<li>complete value, usually as a <code>String</code>, or if
an integral value as an <code>Integer </code>.
<li>year as an <code>Integer </code>
<li>month number as an <code>Integer </code>
<li>day as an <code>Integer </code>
<li>month name as a <code>String</code>
</ol>
....
When viewed under IE6 the ordered list starts with item 0 as I have
requested, but when viewed in Netscape 4.79 the start=0 attribute is ignored
and the list is displayed starting with item 1. Since this web page is part
of the documentation of the product it is essential that the displayed
indexes be correspond to the behavior of the program.
When I go to the W3C website I am informed that the start= attribute is
"DEPRECATED ". However I cannot find any alternative way to achieve this
result that is not deprecated.
Any ideas?
--
Jim Cobban jcobban@magma.c a
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438
Comment