Re: new review2

At 07/05/99 09:08 AM , you wrote:
>http://www.starlingweb.com/wai/three/sam41-0.htm
>include Caption text in the example. You have it in the source (below)
>
><TABLE border=1>
><CAPTION>Example of a simple data table created using HTML markup.</CAPTION>
><TR><TD></TD><TH>Column 1 header</TH><TH>Column 2 header</TH></TR>
><TR><TH>Row 1 header</TH><TD>C1R1</TD><TD>C1R2</TD></TR>
><TR><TH>Row 2 header</TH><TD>C2R1</TD><TD>C2R2</TD></TR>
></TABLE>
>
>But not in <code>
><TABLE border=1>
><TR><TD></TD><TH>Col. 1 header</TH><TH>Col. 2 header</TH></TR>
><TR><TH>Row 1 header</TH><TD>C1R1</TD><TD>C1R2</TD></TR>
><TR><TH>Row 2 header</TH><TD>C2R1</TD><TD>C2R2</TD></TR>
></TABLE>
>

CPL:: fixed it.

>jim
>
>ps. what happened to THEAD, TBODY is that in another guideline that I
>haven't gotten to yet?
>
CPL:: Will need to expand 5.2 and find another example to add to the set later.

Thanks,
Chuck 
----
Starling Access Services
 "Access A World Of Possibility"
  e-mail: info@starlingweb.com
   URL: http://www.starlingweb.com
    Phone: 613-820-2272  FAX: 613-820-6983

Received on Friday, 7 May 1999 23:06:37 UTC