- From: <David.Cobb@rnib.org.uk>
- Date: Tue, 9 Apr 2002 15:31:02 +0100
- To: w3c-wai-ig@w3.org
Hi,
I am trying to group data together in a table where images can be associated
to links, for example...
A table with 2 columns & 2 rows.
First row contains 2 different images in each column cell.
Second row contains descriptive links in each column cell underneath each
image
I really need to associate each image to each link.
Using the HTML code below does not work. <TH> tags won't work as the
contents in each column is different and therefore cannot have a general
header.
Any Ideas?
<TABLE border="1">
<TR>
<TD id="header1"><img src="" alt="Braille picture"></TD>
<TD id="header2"><img src="" alt="Moon picture"></TD>
</TR>
<TR>
<TD headers="header1"><A href="">Braille Category</A></TD>
<TD headers="header2"><A href="">Moon Category</A></TD>
</TR>
</TABLE>
Dave
-
NOTICE: The information contained in this email and any attachments is
confidential and may be legally privileged. If you are not the
intended recipient you are hereby notified that you must not use,
disclose, distribute, copy, print or rely on this email's content. If
you are not the intended recipient, please notify the sender
immediately and then delete the email and any attachments from your
system.
RNIB has made strenuous efforts to ensure that emails and any
attachments generated by its staff are free from viruses. However, it
cannot accept any responsibility for any viruses which are
transmitted. We therefore recommend you scan all attachments.
Please note that the statements and views expressed in this email
and any attachments are those of the author and do not necessarily
represent those of RNIB.
RNIB Registered Charity Number: 226227
Website: http://www.rnib.org.uk
14th June 2002 is RNIB Look Loud Day - visit http://www.lookloud.org.uk to
find out all about it.
Received on Tuesday, 9 April 2002 10:33:37 UTC